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.3] - 2021-05-21
10
+
9
11
### Fixed
10
12
- [ ` no-restricted-paths ` ] : fix false positive matches ([ #2090 ] , thanks [ @malykhinvi ] )
11
13
- [ ` no-cycle ` ] : ignore imports where imported file only imports types of importing file ([ #2083 ] , thanks [ @cherryblossom000 ] )
@@ -1135,7 +1137,8 @@ for info on changes for earlier releases.
1135
1137
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
1136
1138
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
1137
1139
1138
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...HEAD
1140
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...HEAD
1141
+ [ 2.23.3 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3
1139
1142
[ 2.23.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...v2.23.2
1140
1143
[ 2.23.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1
1141
1144
[ 2.23.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.23.2 " ,
3
+ "version" : " 2.23.3 " ,
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