diff --git a/utils/CHANGELOG.md b/utils/CHANGELOG.md index 0ac0704b1..487a06446 100644 --- a/utils/CHANGELOG.md +++ b/utils/CHANGELOG.md @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## v2.7.2 - 2022-01-01 + ### Fixed - [patch] Fix `@babel/eslint-parser` 8 compatibility ([#2343], thanks [@nicolo-ribaudo]) diff --git a/utils/package.json b/utils/package.json index 5c68ed626..97f95162f 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,6 +1,6 @@ { "name": "eslint-module-utils", - "version": "2.7.1", + "version": "2.7.2", "description": "Core utilities to support eslint-plugin-import and other module-related plugins.", "engines": { "node": ">=4"