From 9cc1654b05459929018bcdec6d7e7e7eae7851cd Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 11 Oct 2021 22:01:20 -0700 Subject: [PATCH] Bump to v2.25.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111f81ce2..5ae26b454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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` @@ -1300,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"