File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ## v2.9.0 - 2024-09-02
9+
10+ ### New
11+ - add support for Flat Config ([ #3018 ] , thanks [ @michaelfaith ] )
12+
813## v2.8.2 - 2024-08-25
914
1015### Fixed
@@ -151,6 +156,7 @@ Yanked due to critical issue with cache key resulting from #839.
151156- ` unambiguous.test() ` regex is now properly in multiline mode
152157
153158[ #3039 ] : https://github.com/import-js/eslint-plugin-import/pull/3039
159+ [ #3018 ] : https://github.com/import-js/eslint-plugin-import/pull/3018
154160[ #2963 ] : https://github.com/import-js/eslint-plugin-import/pull/2963
155161[ #2755 ] : https://github.com/import-js/eslint-plugin-import/pull/2755
156162[ #2714 ] : https://github.com/import-js/eslint-plugin-import/pull/2714
@@ -197,6 +203,7 @@ Yanked due to critical issue with cache key resulting from #839.
197203[ @manuth ] : https://github.com/manuth
198204[ @maxkomarychev ] : https://github.com/maxkomarychev
199205[ @mgwalker ] : https://github.com/mgwalker
206+ [ @michaelfaith ] : https://github.com/michaelfaith
200207[ @Mysak0CZ ] : https://github.com/Mysak0CZ
201208[ @nicolo-ribaudo ] : https://github.com/nicolo-ribaudo
202209[ @pmcelhaney ] : https://github.com/pmcelhaney
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-module-utils" ,
3- "version" : " 2.8.2 " ,
3+ "version" : " 2.9.0 " ,
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