From a332f20fa2a58baafc0e41b5bec91bd5f68d25ba Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 15 May 2021 09:05:24 -0700 Subject: [PATCH] Bump to v2.23.2 --- CHANGELOG.md | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7572309ca..826e5c4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] -## [2.23.0] - 2021-05-14 +## [2.23.2] - 2021-05-15 + +### Changed +- [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ + +## [2.23.1] - 2021-05-14 ### Fixed - [`newline-after-import`]: fix crash with `export {}` syntax ([#2063], [#2056], thanks [@ljharb]) @@ -1117,8 +1122,9 @@ 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.23.1...HEAD -[2.23.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1 +[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...HEAD +[2.23.2]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...v2.23.2 +[2.23.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1 [2.23.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0 [2.22.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1 [2.22.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.22.0 @@ -1383,4 +1389,4 @@ for info on changes for earlier releases. [@aladdin-add]: https://github.com/aladdin-add [@davidbonnet]: https://github.com/davidbonnet [@hayes]: https://github.com/hayes -[@edemaine]: https://github.com/edemaine \ No newline at end of file +[@edemaine]: https://github.com/edemaine diff --git a/package.json b/package.json index 42411d097..a1712e2b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.23.1", + "version": "2.23.2", "description": "Import with sanity.", "engines": { "node": ">=4"