diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6224a8a..682fdfecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.5.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.2...v26.5.3) (2022-06-06) + + +### Bug Fixes + +* **prefer-equality-matcher:** handle `resolves` and `rejects` modifiers correctly ([#1146](https://github.com/jest-community/eslint-plugin-jest/issues/1146)) ([0fad4df](https://github.com/jest-community/eslint-plugin-jest/commit/0fad4df6a342f6eebf57f7a9fd7f13a17fbc0d1b)) + ## [26.5.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2) (2022-06-06) diff --git a/package.json b/package.json index 138d65ef4..618f9b864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.5.2", + "version": "26.5.3", "description": "ESLint rules for Jest", "keywords": [ "eslint",