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.29.0] - 2023-10-22
10
+
9
11
### Added
10
12
- TypeScript config: add .cts and .mts extensions ([ #2851 ] , thanks [ @Zamiell ] )
11
13
- [ ` newline-after-import ` ] : new option ` exactCount ` and docs update ([ #1933 ] , thanks [ @anikethsaha ] and [ @reosarevok ] )
@@ -1554,7 +1556,8 @@ for info on changes for earlier releases.
1554
1556
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1555
1557
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1556
1558
1557
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...HEAD
1559
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...HEAD
1560
+ [ 2.29.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0
1558
1561
[ 2.28.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1
1559
1562
[ 2.28.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0
1560
1563
[ 2.27.5 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.28.1 " ,
3
+ "version" : " 2.29.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