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 3d02b66 commit fc98de2Copy full SHA for fc98de2
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.7.3 - 2022-01-26
9
+
10
### Fixed
11
- [Fix] `parse`: restore compatibility by making the return value `ast` again ([#2350], thanks [@ljharb])
12
utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-module-utils",
3
- "version": "2.7.2",
+ "version": "2.7.3",
4
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
0 commit comments