Skip to content

Commit a332f20

Browse files
committed
Bump to v2.23.2
1 parent 5af181f commit a332f20

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
66

77
## [Unreleased]
88

9-
## [2.23.0] - 2021-05-14
9+
## [2.23.2] - 2021-05-15
10+
11+
### Changed
12+
- [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+
13+
14+
## [2.23.1] - 2021-05-14
1015

1116
### Fixed
1217
- [`newline-after-import`]: fix crash with `export {}` syntax ([#2063], [#2056], thanks [@ljharb])
@@ -1117,8 +1122,9 @@ for info on changes for earlier releases.
11171122
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
11181123
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
11191124

1120-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...HEAD
1121-
[2.23.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1
1125+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...HEAD
1126+
[2.23.2]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...v2.23.2
1127+
[2.23.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1
11221128
[2.23.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0
11231129
[2.22.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1
11241130
[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.
13831389
[@aladdin-add]: https://github.com/aladdin-add
13841390
[@davidbonnet]: https://github.com/davidbonnet
13851391
[@hayes]: https://github.com/hayes
1386-
[@edemaine]: https://github.com/edemaine
1392+
[@edemaine]: https://github.com/edemaine

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.23.1",
3+
"version": "2.23.2",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)