File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66
77## [ Unreleased]
88
9+ ## [ 2.25.4] - 2022-01-02
10+
911### Fixed
1012- ` importType ` : avoid crashing on a non-string' ([ #2305 ] , thanks [ @ljharb ] )
1113- [ ` first ` ] : prevent crash when parsing angular templates ([ #2210 ] , thanks [ @ljharb ] )
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1517### Changed
1618- [ ` no-default-import ` ] : report on the token "default" instead of the entire node ([ #2299 ] , thanks [ @pmcelhaney ] )
1719- [ Docs] [ ` order ` ] : Remove duplicate mention of default ([ #2280 ] , thanks [ @johnthagen ] )
20+ - [ Deps] update ` eslint-module-utils `
1821
1922## [ 2.25.3] - 2021-11-09
2023
@@ -1344,7 +1347,8 @@ for info on changes for earlier releases.
13441347[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
13451348[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
13461349
1347- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...HEAD
1350+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...HEAD
1351+ [ 2.25.4 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...v2.25.4
13481352[ 2.25.3 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...v2.25.3
13491353[ 2.25.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2
13501354[ 2.25.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.25.3 " ,
3+ "version" : " 2.25.4 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments