File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
- ### Fixes
9
+ ## [ 2.24.2] - 2021-08-24
10
+
11
+ ### Fixed
10
12
- [ ` named ` ] , [ ` namespace ` ] : properly handle ExportAllDeclarations ([ #2199 ] , thanks [ @ljharb ] )
11
13
12
14
## [ 2.24.1] - 2021-08-19
@@ -1265,8 +1267,9 @@ for info on changes for earlier releases.
1265
1267
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1266
1268
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1267
1269
1268
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...HEAD
1269
- [ 2.24.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.0...v2.24.1
1270
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...HEAD
1271
+ [ 2.24.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2
1272
+ [ 2.24.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1
1270
1273
[ 2.24.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0
1271
1274
[ 2.23.4 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.3...v2.23.4
1272
1275
[ 2.23.3 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.2...v2.23.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.24.1 " ,
3
+ "version" : " 2.24.2 " ,
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