File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 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/).
55This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
66
77## [ Unreleased]
8+
9+ ## [ 2.20.2] - 2020-03-28
810### Fixed
911- [ ` order ` ] : fix ` isExternalModule ` detect on windows ([ #1651 ] , thanks [ @fisker ] )
1012- [ ` order ` ] : recognize ".." as a "parent" path ([ #1658 ] , thanks [ @golopot ] )
@@ -919,7 +921,8 @@ for info on changes for earlier releases.
919921[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
920922[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
921923
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
923926[ 2.20.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1
924927[ 2.19.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0
925928[ 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 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.20.1 " ,
3+ "version" : " 2.20.2 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments