Commit eee88e4 committed Jan 12, 2023 Verified
1 parent 07171ef commit eee88e4 Copy full SHA for eee88e4
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
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](https://keepachange
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.27.2] - 2023-01-11
10
+
9
11
### Fixed
10
12
- [ ` no-duplicates ` ] : do not unconditionally require ` typescript ` ([ #2665 ] )
11
13
@@ -1483,7 +1485,8 @@ for info on changes for earlier releases.
1483
1485
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1484
1486
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1485
1487
1486
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...HEAD
1488
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...HEAD
1489
+ [ 2.27.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2
1487
1490
[ 2.27.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1
1488
1491
[ 2.27.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0
1489
1492
[ 2.26.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.27.1 " ,
3
+ "version" : " 2.27.2 " ,
4
4
"description" : " Import with sanity." ,
5
5
"engines" : {
6
6
"node" : " >=4"
103
103
"dependencies" : {
104
104
"array-includes" : " ^3.1.6" ,
105
105
"array.prototype.flat" : " ^1.3.1" ,
106
- "array.prototype.flatmap" : " ^1.3.0" ,
106
+ "array.prototype.flatmap" : " ^1.3.0" ,
107
107
"debug" : " ^3.2.7" ,
108
108
"doctrine" : " ^2.1.0" ,
109
109
"eslint-import-resolver-node" : " ^0.3.7" ,
You can’t perform that action at this time.
0 commit comments