File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.21.1] - 2020-06-07
10
+ ### Fixed
11
+ - TypeScript: [ ` import/named ` ] : avoid requiring ` typescript ` when not using TS ([ #1805 ] , thanks [ @ljharb ] )
12
+
9
13
## [ 2.21.0] - 2020-06-07
10
14
### Added
11
15
- [ ` import/default ` ] : support default export in TSExportAssignment ([ #1528 ] , thanks [ @joaovieira ] )
@@ -978,7 +982,8 @@ for info on changes for earlier releases.
978
982
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
979
983
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
980
984
981
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...HEAD
985
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...HEAD
986
+ [ 2.21.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...v2.21.1
982
987
[ 2.21.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.0
983
988
[ 2.20.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2
984
989
[ 2.20.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.21.0 " ,
3
+ "version" : " 2.21.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