File tree 2 files changed +8
-1
lines changed 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
5
5
6
6
## Unreleased
7
7
8
+ ## v2.9.0 - 2024-09-02
9
+
10
+ ### New
11
+ - add support for Flat Config ([ #3018 ] , thanks [ @michaelfaith ] )
12
+
8
13
## v2.8.2 - 2024-08-25
9
14
10
15
### Fixed
@@ -151,6 +156,7 @@ Yanked due to critical issue with cache key resulting from #839.
151
156
- ` unambiguous.test() ` regex is now properly in multiline mode
152
157
153
158
[ #3039 ] : https://github.com/import-js/eslint-plugin-import/pull/3039
159
+ [ #3018 ] : https://github.com/import-js/eslint-plugin-import/pull/3018
154
160
[ #2963 ] : https://github.com/import-js/eslint-plugin-import/pull/2963
155
161
[ #2755 ] : https://github.com/import-js/eslint-plugin-import/pull/2755
156
162
[ #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.
197
203
[ @manuth ] : https://github.com/manuth
198
204
[ @maxkomarychev ] : https://github.com/maxkomarychev
199
205
[ @mgwalker ] : https://github.com/mgwalker
206
+ [ @michaelfaith ] : https://github.com/michaelfaith
200
207
[ @Mysak0CZ ] : https://github.com/Mysak0CZ
201
208
[ @nicolo-ribaudo ] : https://github.com/nicolo-ribaudo
202
209
[ @pmcelhaney ] : https://github.com/pmcelhaney
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-module-utils" ,
3
- "version" : " 2.8.2 " ,
3
+ "version" : " 2.9.0 " ,
4
4
"description" : " Core utilities to support eslint-plugin-import and other module-related plugins." ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments