diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ff77e1e..4d5054cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [28.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.4.0...v28.5.0) (2024-05-03) + + +### Features + +* allow `@typescript-eslint/utils` v7 as a direct dependency ([#1567](https://github.com/jest-community/eslint-plugin-jest/issues/1567)) ([1476f10](https://github.com/jest-community/eslint-plugin-jest/commit/1476f10d39ce78fe5675b8b2c9d7095573eceb6b)) + # [28.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.3.0...v28.4.0) (2024-05-03) diff --git a/package.json b/package.json index 996378761..53ed58b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "28.4.0", + "version": "28.5.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",