@@ -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
0 commit comments