diff --git a/CHANGELOG.md b/CHANGELOG.md index b04c76882..0694452e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.8.5](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5) (2022-08-20) + + +### Bug Fixes + +* **prefer-expect-assertions:** use scoped based jest fn call parser for `expect` checks ([#1201](https://github.com/jest-community/eslint-plugin-jest/issues/1201)) ([fd54ca1](https://github.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2)) + ## [26.8.4](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4) (2022-08-19) diff --git a/package.json b/package.json index d43b26f35..4ec19eb79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.8.4", + "version": "26.8.5", "description": "ESLint rules for Jest", "keywords": [ "eslint",