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.28.0] - 2023-07-27
10+
911### Fixed
1012- [ ` no-duplicates ` ] : remove duplicate identifiers in duplicate imports ([ #2577 ] , thanks [ @joe-matsec ] )
1113- [ ` consistent-type-specifier-style ` ] : fix accidental removal of comma in certain cases ([ #2754 ] , thanks [ @bradzacher ] )
@@ -1535,7 +1537,8 @@ for info on changes for earlier releases.
15351537[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
15361538[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
15371539
1538- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...HEAD
1540+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...HEAD
1541+ [ 2.28.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0
15391542[ 2.27.5 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5
15401543[ 2.27.4 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4
15411544[ 2.27.3 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.27.5 " ,
3+ "version" : " 2.28.0 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments