diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc2afbb8..8ba5b1345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] -# [2.10.1] - 2018-04-09 +# [2.11.0] - 2018-04-09 ### Added - Fixer for [`first`] ([#1046], thanks [@fengkfengk]) - `allow-require` option for [`no-commonjs`] rule ([#880], thanks [@futpib]) @@ -596,8 +596,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.10.1...HEAD -[2.10.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.10.0...v2.10.1 +[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.11.0...HEAD +[2.11.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.10.0...v2.11.0 [2.10.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.9.0...v2.10.0 [2.9.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.8.0...v2.9.0 [2.8.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.7.0...v2.8.0 diff --git a/package.json b/package.json index cbb38a8b2..860f822a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.10.1", + "version": "2.11.0", "description": "Import with sanity.", "engines": { "node": ">=4"