Skip to content

Commit c9dd91d

Browse files
committed
bump to v2.7.0
1 parent ee5a986 commit c9dd91d

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

66
## [Unreleased]
7+
8+
9+
## [2.7.0] - 2017-07-06
710
### Changed
811
- [`no-absolute-path`] picks up speed boost, optional AMD support ([#843], thansk [@jseminck])
912

@@ -539,7 +542,8 @@ for info on changes for earlier releases.
539542
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
540543
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
541544

542-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.6.1...HEAD
545+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.7.0...HEAD
546+
[2.7.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.6.1...v2.7.0
543547
[2.6.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.6.0...v2.6.1
544548
[2.6.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.5.0...v2.6.0
545549
[2.5.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.4.0...v2.5.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"
@@ -82,7 +82,7 @@
8282
"debug": "^2.6.8",
8383
"doctrine": "1.5.0",
8484
"eslint-import-resolver-node": "^0.3.1",
85-
"eslint-module-utils": "^2.0.0",
85+
"eslint-module-utils": "^2.1.1",
8686
"has": "^1.0.1",
8787
"lodash.cond": "^4.3.0",
8888
"minimatch": "^3.0.3",

0 commit comments

Comments
 (0)