Skip to content

Commit ee5fade

Browse files
committed
Bump to 2.29.1
1 parent 48fec35 commit ee5fade

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66

77
## [Unreleased]
88

9+
## [2.29.1] - 2023-12-14
10+
911
### Fixed
1012
- [`no-extraneous-dependencies`]: ignore `export type { ... } from '...'` when `includeTypes` is `false` ([#2919], thanks [@Pandemic1617])
1113
- [`no-unused-modules`]: support export patterns with array destructuring ([#2930], thanks [@ljharb])
14+
- [Deps] update `tsconfig-paths` ([#2447], thanks [@domdomegg])
1215

1316
## [2.29.0] - 2023-10-22
1417

@@ -1445,6 +1448,7 @@ for info on changes for earlier releases.
14451448
[#2666]: https://github.com/import-js/eslint-plugin-import/issues/2666
14461449
[#2665]: https://github.com/import-js/eslint-plugin-import/issues/2665
14471450
[#2577]: https://github.com/import-js/eslint-plugin-import/issues/2577
1451+
[#2447]: https://github.com/import-js/eslint-plugin-import/issues/2447
14481452
[#2444]: https://github.com/import-js/eslint-plugin-import/issues/2444
14491453
[#2412]: https://github.com/import-js/eslint-plugin-import/issues/2412
14501454
[#2392]: https://github.com/import-js/eslint-plugin-import/issues/2392
@@ -1563,7 +1567,8 @@ for info on changes for earlier releases.
15631567
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
15641568
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
15651569

1566-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...HEAD
1570+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...HEAD
1571+
[2.29.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1
15671572
[2.29.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0
15681573
[2.28.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1
15691574
[2.28.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0
@@ -1715,6 +1720,7 @@ for info on changes for earlier releases.
17151720
[@devinrhode2]: https://github.com/devinrhode2
17161721
[@devongovett]: https://github.com/devongovett
17171722
[@dmnd]: https://github.com/dmnd
1723+
[@domdomegg]: https://github.com/domdomegg
17181724
[@duncanbeevers]: https://github.com/duncanbeevers
17191725
[@dwardu]: https://github.com/dwardu
17201726
[@echenley]: https://github.com/echenley

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.29.0",
3+
"version": "2.29.1",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)