diff --git a/CHANGELOG.md b/CHANGELOG.md index f58f1f9b6..48bf738e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## [Unreleased] +## [2.27.4] - 2023-01-11 + ### Fixed - `semver` should be a prod dep ([#2668]) @@ -1495,7 +1497,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.27.3...HEAD +[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...HEAD +[2.27.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4 [2.27.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3 [2.27.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2 [2.27.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1 diff --git a/package.json b/package.json index 71aba4c2a..0ec56aafa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.27.3", + "version": "2.27.4", "description": "Import with sanity.", "engines": { "node": ">=4"