diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f32afd0..187ab26c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] +## [2.17.1] - 2019-04-13 + +### Fixed +- require v2.4 of `eslint-module-utils` ([#1322]) + ## [2.17.0] - 2019-04-13 ### Added @@ -648,6 +653,7 @@ for info on changes for earlier releases. [#164]: https://github.com/benmosher/eslint-plugin-import/pull/164 [#157]: https://github.com/benmosher/eslint-plugin-import/pull/157 +[#1322]: https://github.com/benmosher/eslint-plugin-import/issues/1322 [#1300]: https://github.com/benmosher/eslint-plugin-import/issues/1300 [#1293]: https://github.com/benmosher/eslint-plugin-import/issues/1293 [#1266]: https://github.com/benmosher/eslint-plugin-import/issues/1266 diff --git a/package.json b/package.json index e0ed80d9c..2416e99e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.17.0", + "version": "2.17.1", "description": "Import with sanity.", "engines": { "node": ">=4"