From 167f16c5fdbc5cd194b10f19ebb89c0834f7c2df Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 11 Jan 2023 19:34:36 -0800 Subject: [PATCH] Bump to 2.27.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de39e9dd0..29f0fd32f 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.1] - 2023-01-11 + ### Fixed - `array.prototype.flatmap` should be a prod dep ([#2664], thanks [@cristobal]) @@ -1477,7 +1479,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.0...HEAD +[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...HEAD +[2.27.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1 [2.27.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0 [2.26.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0 [2.25.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...v2.25.4 diff --git a/package.json b/package.json index 24471e7bd..bf9e18c92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.27.0", + "version": "2.27.1", "description": "Import with sanity.", "engines": { "node": ">=4"