Skip to content

Commit 45f0860

Browse files
committed
Bump to v2.20.1
1 parent 5d00854 commit 45f0860

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.1] - 2020-02-01
810
### Fixed
911
- [`export`]: Handle function overloading in `*.d.ts` ([#1619], thanks [@IvanGoncharov])
1012
- [`no-absolute-path`]: fix a crash with invalid import syntax ([#1616], thanks [@ljharb])
@@ -906,7 +908,8 @@ for info on changes for earlier releases.
906908
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
907909
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
908910

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
910913
[2.19.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0
911914
[2.19.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1
912915
[2.19.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.20.0",
3+
"version": "2.20.1",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)