Skip to content

Commit

Permalink
hotfix bump to v2.2.1 to allow install of node resolver 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Dec 15, 2016
1 parent 90ef48b commit e493fa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
## [Unreleased]


## [2.2.1] - 2016-12-15
### Changed
- bump `eslint-import-resolver-node` dependency range to allow install of bugfix in `v0.3.0`

## [2.2.0] - 2016-11-07
### Fixed
- Corrected a few gaffs in the auto-ignore logic to fix major performance issues
Expand Down Expand Up @@ -479,7 +483,8 @@ for info on changes for earlier releases.
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89

[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.0.0...v2.0.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import",
"version": "2.2.0",
"version": "2.2.1",
"description": "Import with sanity.",
"engines": {
"node": ">=4"
Expand Down Expand Up @@ -79,7 +79,7 @@
"contains-path": "^0.1.0",
"debug": "^2.2.0",
"doctrine": "1.5.0",
"eslint-import-resolver-node": "^0.2.0",
"eslint-import-resolver-node": "^0.2.0 || ^0.3.0",
"eslint-module-utils": "^2.0.0",
"has": "^1.0.1",
"lodash.cond": "^4.3.0",
Expand Down

0 comments on commit e493fa7

Please sign in to comment.