diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b7c3c06..2df493434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.0...v27.0.1) (2022-08-28) + + +### Bug Fixes + +* **prefer-expect-assertions:** report on concise arrow functions with `expect` call ([#1225](https://github.com/jest-community/eslint-plugin-jest/issues/1225)) ([64ec9c1](https://github.com/jest-community/eslint-plugin-jest/commit/64ec9c10b0b67a19893e09f4462d5b1a1e984baf)) + # [27.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.9.0...v27.0.0) (2022-08-28) diff --git a/package.json b/package.json index 8e4c62ac7..9fd8027bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.0.0", + "version": "27.0.1", "description": "ESLint rules for Jest", "keywords": [ "eslint",