File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,20 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55
66## Unreleased
77
8+ ## v2.6.1 - 2021-05-13
9+
10+ ### Fixed
11+ - ` no-unresolved ` : check ` import() ` ([ #2026 ] , thanks [ @aladdin-add ] )
12+ - Add fix for Windows Subsystem for Linux ([ #1786 ] , thanks [ @manuth ] )
13+
14+ ### Changed
15+ - [ deps] update ` debug `
16+ - [ Refactor] use ` Array.isArray ` instead of ` instanceof Array `
17+
818## v2.6.0 - 2020-03-28
919
1020### Added
11- [ New ] Print more helpful info if parsing fails ([ #1671 ] , thanks [ @kaiyoma ] )
21+ - Print more helpful info if parsing fails ([ #1671 ] , thanks [ @kaiyoma ] )
1222
1323## v2.5.2 - 2020-01-12
1424
@@ -75,6 +85,8 @@ Yanked due to critical issue with cache key resulting from #839.
7585### Fixed
7686- ` unambiguous.test() ` regex is now properly in multiline mode
7787
88+ [ #2026 ] : https://github.com/benmosher/eslint-plugin-import/pull/2026
89+ [ #1786 ] : https://github.com/benmosher/eslint-plugin-import/pull/1786
7890[ #1671 ] : https://github.com/benmosher/eslint-plugin-import/pull/1671
7991[ #1606 ] : https://github.com/benmosher/eslint-plugin-import/pull/1606
8092[ #1602 ] : https://github.com/benmosher/eslint-plugin-import/pull/1602
@@ -101,3 +113,5 @@ Yanked due to critical issue with cache key resulting from #839.
101113[ @sompylasar ] : https://github.com/sompylasar
102114[ @iamnapo ] : https://github.com/iamnapo
103115[ @kaiyoma ] : https://github.com/kaiyoma
116+ [ @manuth ] : https://github.com/manuth
117+ [ @aladdin-add ] : https://github.com/aladdin-add
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-module-utils" ,
3- "version" : " 2.6.0 " ,
3+ "version" : " 2.6.1 " ,
44 "description" : " Core utilities to support eslint-plugin-import and other module-related plugins." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments