diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb5752b6..337a8d3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] +## [2.6.1] - 2017-06-29 +### Fixed +- update bundled node resolver dependency to latest version ## [2.6.0] - 2017-06-23 ### Changed @@ -533,7 +536,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.6.0...HEAD +[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.6.1...HEAD +[2.6.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.4.0...v2.5.0 [2.4.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.3.0...v2.4.0 diff --git a/package.json b/package.json index 4c270d71a..2ec09b9fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.6.0", + "version": "2.6.1", "description": "Import with sanity.", "engines": { "node": ">=4" @@ -81,7 +81,7 @@ "contains-path": "^0.1.0", "debug": "^2.6.8", "doctrine": "1.5.0", - "eslint-import-resolver-node": "^0.2.0", + "eslint-import-resolver-node": "^0.3.1", "eslint-module-utils": "^2.0.0", "has": "^1.0.1", "lodash.cond": "^4.3.0",