File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
9+ ## [ 2.21.1] - 2020-06-07
10+ ### Fixed
11+ - TypeScript: [ ` import/named ` ] : avoid requiring ` typescript ` when not using TS ([ #1805 ] , thanks [ @ljharb ] )
12+
913## [ 2.21.0] - 2020-06-07
1014### Added
1115- [ ` import/default ` ] : support default export in TSExportAssignment ([ #1528 ] , thanks [ @joaovieira ] )
@@ -978,7 +982,8 @@ for info on changes for earlier releases.
978982[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
979983[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
980984
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
982987[ 2.21.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.0
983988[ 2.20.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2
984989[ 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 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.21.0 " ,
3+ "version" : " 2.21.1 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments