diff --git a/CHANGELOG.md b/CHANGELOG.md index 7301d6a06..b8f9c3ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.2.2](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.1...v27.2.2) (2023-06-19) + + +### Bug Fixes + +* add missing (optional) peer dependency on Jest ([#1384](https://github.com/jest-community/eslint-plugin-jest/issues/1384)) ([34c3d32](https://github.com/jest-community/eslint-plugin-jest/commit/34c3d32cab726c88dc385a9e7a8998c727f4720c)) + ## [27.2.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.0...v27.2.1) (2023-01-06) diff --git a/package.json b/package.json index f8a618654..fc01501f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.2.1", + "version": "27.2.2", "description": "ESLint rules for Jest", "keywords": [ "eslint",