Skip to content

Commit 46f199f

Browse files
chore(release): 26.5.3 [skip ci]
## [26.5.3](v26.5.2...v26.5.3) (2022-06-06) ### Bug Fixes * **prefer-equality-matcher:** handle `resolves` and `rejects` modifiers correctly ([#1146](#1146)) ([0fad4df](0fad4df))
1 parent 0fad4df commit 46f199f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [26.5.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.2...v26.5.3) (2022-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [26.5.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2) (2022-06-06)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "26.5.2",
3+
"version": "26.5.3",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)