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.28.1] - 2023-08-18
10
+
9
11
### Fixed
10
12
- [ ` order ` ] : revert breaking change to single nested group ([ #2854 ] , thanks [ @yndajas ] )
11
13
@@ -1545,7 +1547,8 @@ for info on changes for earlier releases.
1545
1547
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1546
1548
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1547
1549
1548
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...HEAD
1550
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...HEAD
1551
+ [ 2.28.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1
1549
1552
[ 2.28.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0
1550
1553
[ 2.27.5 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5
1551
1554
[ 2.27.4 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.28.0 " ,
3
+ "version" : " 2.28.1 " ,
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