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.31.0] - 2024-10-03
10
+
9
11
### Added
10
12
- support eslint v9 ([ #2996 ] , thanks [ @G-Rath ] [ @michaelfaith ] )
11
13
- [ ` order ` ] : allow validating named imports ([ #3043 ] , thanks [ @manuth ] )
@@ -1646,7 +1648,8 @@ for info on changes for earlier releases.
1646
1648
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1647
1649
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1648
1650
1649
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...HEAD
1651
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...HEAD
1652
+ [ 2.31.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0
1650
1653
[ 2.30.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0
1651
1654
[ 2.29.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1
1652
1655
[ 2.29.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.30 .0" ,
3
+ "version" : " 2.31 .0" ,
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