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](https://keepachange
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.27.0] - 2023-01-11
10
+
9
11
### Added
10
12
- [ ` newline-after-import ` ] : add ` considerComments ` option ([ #2399 ] , thanks [ @pri1311 ] )
11
13
- [ ` no-cycle ` ] : add ` allowUnsafeDynamicCyclicDependency ` option ([ #2387 ] , thanks [ @GerkinDev ] )
@@ -1471,7 +1473,8 @@ for info on changes for earlier releases.
1471
1473
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1472
1474
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1473
1475
1474
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...HEAD
1476
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...HEAD
1477
+ [ 2.27.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0
1475
1478
[ 2.26.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0
1476
1479
[ 2.25.4 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...v2.25.4
1477
1480
[ 2.25.3 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...v2.25.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.26 .0" ,
3
+ "version" : " 2.27 .0" ,
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