We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7f990 commit df751e0Copy full SHA for df751e0
utils/CHANGELOG.md
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
6
## Unreleased
7
8
+## v2.8.1 - 2024-02-26
9
+
10
### Fixed
11
- `parse`: also delete `parserOptions.EXPERIMENTAL_useProjectService` ([#2963], thanks [@JoshuaKGoldberg])
12
utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-module-utils",
3
- "version": "2.8.0",
+ "version": "2.8.1",
4
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
0 commit comments