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.32.0] - 2025-06-20
10+
911### Added
1012- add [ ` enforce-node-protocol-usage ` ] rule and ` import/node-version ` setting ([ #3024 ] , thanks [ @GoldStrikeArch ] and [ @sevenc-nanashi ] )
1113- add TypeScript types ([ #3097 ] , thanks [ @G-Rath ] )
@@ -1694,7 +1696,8 @@ for info on changes for earlier releases.
16941696[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
16951697[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
16961698
1697- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...HEAD
1699+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.32.0...HEAD
1700+ [ 2.32.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0
16981701[ 2.31.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0
16991702[ 2.30.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0
17001703[ 2.29.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.31 .0" ,
3+ "version" : " 2.32 .0" ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments