diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1283d3b..5ae26b454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] +## [2.25.1] - 2021-10-11 + +### Fixed +- [Deps] update `eslint-module-utils` + ## [2.25.0] - 2021-10-11 ### Added @@ -1297,7 +1302,8 @@ for info on changes for earlier releases. [#119]: https://github.com/import-js/eslint-plugin-import/issues/119 [#89]: https://github.com/import-js/eslint-plugin-import/issues/89 -[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...HEAD +[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...HEAD +[2.25.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1 [2.25.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0 [2.24.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2 [2.24.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1 diff --git a/package.json b/package.json index 9b09a70de..b12d42245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.25.0", + "version": "2.25.1", "description": "Import with sanity.", "engines": { "node": ">=4"