Skip to content

Commit

Permalink
bump to v2.6.1 to bump dep on node resolver to latest 馃槼
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jun 29, 2017
1 parent 4d561e3 commit d9b712a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d9b712a

Please sign in to comment.