File tree 2 files changed +6
-2
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.25.4] - 2022-01-02
10
+
9
11
### Fixed
10
12
- ` importType ` : avoid crashing on a non-string' ([ #2305 ] , thanks [ @ljharb ] )
11
13
- [ ` 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
15
17
### Changed
16
18
- [ ` no-default-import ` ] : report on the token "default" instead of the entire node ([ #2299 ] , thanks [ @pmcelhaney ] )
17
19
- [ Docs] [ ` order ` ] : Remove duplicate mention of default ([ #2280 ] , thanks [ @johnthagen ] )
20
+ - [ Deps] update ` eslint-module-utils `
18
21
19
22
## [ 2.25.3] - 2021-11-09
20
23
@@ -1344,7 +1347,8 @@ for info on changes for earlier releases.
1344
1347
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1345
1348
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1346
1349
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
1348
1352
[ 2.25.3 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...v2.25.3
1349
1353
[ 2.25.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2
1350
1354
[ 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 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.25.3 " ,
3
+ "version" : " 2.25.4 " ,
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