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.31.0] - 2024-10-03
10+
911### Added
1012- support eslint v9 ([ #2996 ] , thanks [ @G-Rath ] [ @michaelfaith ] )
1113- [ ` order ` ] : allow validating named imports ([ #3043 ] , thanks [ @manuth ] )
@@ -1646,7 +1648,8 @@ for info on changes for earlier releases.
16461648[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
16471649[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
16481650
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
16501653[ 2.30.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0
16511654[ 2.29.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1
16521655[ 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 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.30 .0" ,
3+ "version" : " 2.31 .0" ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments