File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.22.1] - 2020-09-27
9
10
### Fixed
10
11
- [ ` default ` ] /TypeScript: avoid crash on ` export = ` with a MemberExpression ([ #1841 ] , thanks [ @ljharb ] )
11
12
- [ ` extensions ` ] /importType: Fix @/abc being treated as scoped module ([ #1854 ] , thanks [ @3nuc ] )
@@ -1038,7 +1039,8 @@ for info on changes for earlier releases.
1038
1039
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
1039
1040
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
1040
1041
1041
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...HEAD
1042
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...HEAD
1043
+ [ 2.22.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1
1042
1044
[ 2.22.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.22.0
1043
1045
[ 2.21.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.21.2
1044
1046
[ 2.21.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...v2.21.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.22.0 " ,
3
+ "version" : " 2.22.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