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.21.0] - 2020-06-07
9
10
### Added
10
11
- [ ` import/default ` ] : support default export in TSExportAssignment ([ #1528 ] , thanks [ @joaovieira ] )
11
12
- [ ` no-cycle ` ] : add ` ignoreExternal ` option ([ #1681 ] , thanks [ @sveyret ] )
@@ -977,7 +978,8 @@ for info on changes for earlier releases.
977
978
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
978
979
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
979
980
980
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...HEAD
981
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...HEAD
982
+ [ 2.21.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.0
981
983
[ 2.20.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2
982
984
[ 2.20.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1
983
985
[ 2.19.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.20.2 " ,
3
+ "version" : " 2.21.0 " ,
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