@@ -6,7 +6,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
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
10
15
11
16
### Fixed
12
17
- [ ` newline-after-import ` ] : fix crash with ` export {} ` syntax ([ #2063 ] , [ #2056 ] , thanks [ @ljharb ] )
@@ -1117,8 +1122,9 @@ for info on changes for earlier releases.
1117
1122
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
1118
1123
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
1119
1124
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
1122
1128
[ 2.23.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0
1123
1129
[ 2.22.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1
1124
1130
[ 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.
1383
1389
[ @aladdin-add ] : https://github.com/aladdin-add
1384
1390
[ @davidbonnet ] : https://github.com/davidbonnet
1385
1391
[ @hayes ] : https://github.com/hayes
1386
- [ @edemaine ] : https://github.com/edemaine
1392
+ [ @edemaine ] : https://github.com/edemaine
0 commit comments