@@ -6,9 +6,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.29.1] - 2023-12-14
10
+
9
11
### Fixed
10
12
- [ ` no-extraneous-dependencies ` ] : ignore ` export type { ... } from '...' ` when ` includeTypes ` is ` false ` ([ #2919 ] , thanks [ @Pandemic1617 ] )
11
13
- [ ` no-unused-modules ` ] : support export patterns with array destructuring ([ #2930 ] , thanks [ @ljharb ] )
14
+ - [ Deps] update ` tsconfig-paths ` ([ #2447 ] , thanks [ @domdomegg ] )
12
15
13
16
## [ 2.29.0] - 2023-10-22
14
17
@@ -1445,6 +1448,7 @@ for info on changes for earlier releases.
1445
1448
[ #2666 ] : https://github.com/import-js/eslint-plugin-import/issues/2666
1446
1449
[ #2665 ] : https://github.com/import-js/eslint-plugin-import/issues/2665
1447
1450
[ #2577 ] : https://github.com/import-js/eslint-plugin-import/issues/2577
1451
+ [ #2447 ] : https://github.com/import-js/eslint-plugin-import/issues/2447
1448
1452
[ #2444 ] : https://github.com/import-js/eslint-plugin-import/issues/2444
1449
1453
[ #2412 ] : https://github.com/import-js/eslint-plugin-import/issues/2412
1450
1454
[ #2392 ] : https://github.com/import-js/eslint-plugin-import/issues/2392
@@ -1563,7 +1567,8 @@ for info on changes for earlier releases.
1563
1567
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1564
1568
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1565
1569
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
1567
1572
[ 2.29.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0
1568
1573
[ 2.28.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1
1569
1574
[ 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.
1715
1720
[ @devinrhode2 ] : https://github.com/devinrhode2
1716
1721
[ @devongovett ] : https://github.com/devongovett
1717
1722
[ @dmnd ] : https://github.com/dmnd
1723
+ [ @domdomegg ] : https://github.com/domdomegg
1718
1724
[ @duncanbeevers ] : https://github.com/duncanbeevers
1719
1725
[ @dwardu ] : https://github.com/dwardu
1720
1726
[ @echenley ] : https://github.com/echenley
0 commit comments