File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.3] - 2021-11-09
10+
911### Fixed
1012- [ ` extensions ` ] : ignore unresolveable type-only imports ([ #2270 ] , [ #2271 ] , [ @jablko ] )
1113- ` importType ` : fix ` isExternalModule ` calculation ([ #2282 ] , [ @mx-bernhard ] )
@@ -1326,7 +1328,8 @@ for info on changes for earlier releases.
13261328[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
13271329[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
13281330
1329- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...HEAD
1331+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...HEAD
1332+ [ 2.25.3 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...v2.25.3
13301333[ 2.25.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2
13311334[ 2.25.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1
13321335[ 2.25.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.25.2 " ,
3+ "version" : " 2.25.3 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments