File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
9+ ## [ 2.23.4] - 2021-05-29
10+
911### Fixed
1012- [ ` no-import-module-exports ` ] : Don't crash if packages have no entrypoint ([ #2099 ] , thanks [ @eps1lon ] )
1113- [ ` no-extraneous-dependencies ` ] : fix package name algorithm ([ #2097 ] , thanks [ @paztis ] )
@@ -1143,7 +1145,8 @@ for info on changes for earlier releases.
11431145[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
11441146[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
11451147
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
11471150[ 2.23.3 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3
11481151[ 2.23.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...v2.23.2
11491152[ 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 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.23.3 " ,
3+ "version" : " 2.23.4 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments