File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
9+ ## [ 2.22.1] - 2020-09-27
910### Fixed
1011- [ ` default ` ] /TypeScript: avoid crash on ` export = ` with a MemberExpression ([ #1841 ] , thanks [ @ljharb ] )
1112- [ ` extensions ` ] /importType: Fix @/abc being treated as scoped module ([ #1854 ] , thanks [ @3nuc ] )
@@ -1038,7 +1039,8 @@ for info on changes for earlier releases.
10381039[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
10391040[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
10401041
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
10421044[ 2.22.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.22.0
10431045[ 2.21.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.21.2
10441046[ 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 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.22.0 " ,
3+ "version" : " 2.22.1 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments