Skip to content

Commit 8001916

Browse files
committed
Bump to v2.20.0
1 parent a5c6908 commit 8001916

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.0] - 2020-01-10
810
### Added
911
- [`order`]: added `caseInsensitive` as an additional option to `alphabetize` ([#1586], thanks [@dbrewer5])
1012
- [`no-restricted-paths`]: New `except` option per `zone`, allowing exceptions to be defined for a restricted zone ([#1238], thanks [@rsolomon])
@@ -881,7 +883,8 @@ for info on changes for earlier releases.
881883
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
882884
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
883885

884-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...HEAD
886+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...HEAD
887+
[2.19.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0
885888
[2.19.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1
886889
[2.19.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.0
887890
[2.18.2]: https://github.com/benmosher/eslint-plugin-import/compare/v2.18.1...v2.18.2

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.19.1",
3+
"version": "2.20.0",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)