File tree 2 files changed +5
-2
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.25.3] - 2021-11-09
10
+
9
11
### Fixed
10
12
- [ ` extensions ` ] : ignore unresolveable type-only imports ([ #2270 ] , [ #2271 ] , [ @jablko ] )
11
13
- ` importType ` : fix ` isExternalModule ` calculation ([ #2282 ] , [ @mx-bernhard ] )
@@ -1326,7 +1328,8 @@ for info on changes for earlier releases.
1326
1328
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1327
1329
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1328
1330
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
1330
1333
[ 2.25.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2
1331
1334
[ 2.25.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1
1332
1335
[ 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 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.25.2 " ,
3
+ "version" : " 2.25.3 " ,
4
4
"description" : " Import with sanity." ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments