File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.23.4] - 2021-05-29
10
+
9
11
### Fixed
10
12
- [ ` no-import-module-exports ` ] : Don't crash if packages have no entrypoint ([ #2099 ] , thanks [ @eps1lon ] )
11
13
- [ ` no-extraneous-dependencies ` ] : fix package name algorithm ([ #2097 ] , thanks [ @paztis ] )
@@ -1143,7 +1145,8 @@ for info on changes for earlier releases.
1143
1145
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
1144
1146
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
1145
1147
1146
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...HEAD
1148
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.4...HEAD
1149
+ [ 2.23.4 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...v2.23.4
1147
1150
[ 2.23.3 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3
1148
1151
[ 2.23.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...v2.23.2
1149
1152
[ 2.23.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.23.3 " ,
3
+ "version" : " 2.23.4 " ,
4
4
"description" : " Import with sanity." ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments