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](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.23.0] - 2021-05-14
10
+
9
11
### Fixed
10
12
- [ ` newline-after-import ` ] : fix crash with ` export {} ` syntax ([ #2063 ] , [ #2056 ] , thanks [ @ljharb ] )
11
13
- ` ExportMap ` : do not crash when tsconfig lacks ` .compilerOptions ` ([ #2067 ] , thanks [ @ljharb ] )
@@ -1115,7 +1117,8 @@ for info on changes for earlier releases.
1115
1117
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
1116
1118
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
1117
1119
1118
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...HEAD
1120
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...HEAD
1121
+ [ 2.23.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1
1119
1122
[ 2.23.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0
1120
1123
[ 2.22.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1
1121
1124
[ 2.22.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.22.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.23.0 " ,
3
+ "version" : " 2.23.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