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.2] - 2020-03-28
8
10
### Fixed
9
11
- [ ` order ` ] : fix ` isExternalModule ` detect on windows ([ #1651 ] , thanks [ @fisker ] )
10
12
- [ ` order ` ] : recognize ".." as a "parent" path ([ #1658 ] , thanks [ @golopot ] )
@@ -919,7 +921,8 @@ for info on changes for earlier releases.
919
921
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
920
922
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
921
923
922
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...HEAD
924
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...HEAD
925
+ [ 2.20.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2
923
926
[ 2.20.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1
924
927
[ 2.19.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0
925
928
[ 2.19.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.20.1 " ,
3
+ "version" : " 2.20.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