Skip to content

Commit 9d194a6

Browse files
committed
[utils] v2.9.0
1 parent 0a58d75 commit 9d194a6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)