Commit f53e872 1 parent ffd540f commit f53e872 Copy full SHA for f53e872
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.2] - 2020-06-09
9
10
### Fixed
10
11
- [ ` order ` ] : avoid a crash on TypeScript’s ` export import ` syntax ([ #1808 ] , thanks [ @ljharb ] )
11
12
- [ ` newline-after-import ` ] : consider TypeScript ` import = ` syntax' ([ #1811 ] , thanks [ @ljharb ] )
@@ -991,7 +992,8 @@ for info on changes for earlier releases.
991
992
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
992
993
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
993
994
994
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...HEAD
995
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...HEAD
996
+ [ 2.21.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.21.2
995
997
[ 2.21.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...v2.21.1
996
998
[ 2.21.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.0
997
999
[ 2.20.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.21.1 " ,
3
+ "version" : " 2.21.2 " ,
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