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 0642419 commit 91f944dCopy full SHA for 91f944d
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.11.1 - 2024-09-23
9
+
10
### Fixed
11
- `parse`: remove unneeded extra backticks ([#3057], thanks [@G-Rath])
12
- `parse`: espree parser isn't working with flat config ([#3061], thanks [@michaelfaith])
utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-module-utils",
3
- "version": "2.11.0",
+ "version": "2.11.1",
4
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
0 commit comments