File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 2.20.1] - 2020-02-01
8
10
### Fixed
9
11
- [ ` export ` ] : Handle function overloading in ` *.d.ts ` ([ #1619 ] , thanks [ @IvanGoncharov ] )
10
12
- [ ` no-absolute-path ` ] : fix a crash with invalid import syntax ([ #1616 ] , thanks [ @ljharb ] )
@@ -906,7 +908,8 @@ for info on changes for earlier releases.
906
908
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
907
909
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
908
910
909
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...HEAD
911
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...HEAD
912
+ [ 2.20.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1
910
913
[ 2.19.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0
911
914
[ 2.19.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1
912
915
[ 2.19.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.20.0 " ,
3
+ "version" : " 2.20.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