Skip to content

Commit 71ca88f

Browse files
committed
Bump to v2.20.2
1 parent a618f88 commit 71ca88f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
This 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)