Skip to content

Commit f85f647

Browse files
chore(release): 26.5.2 [skip ci]
## [26.5.2](v26.5.1...v26.5.2) (2022-06-06) ### Bug Fixes * **prefer-comparison-matcher:** handle `resolves` and `rejects` modifiers correctly ([#1145](#1145)) ([b1795ff](b1795ff))
1 parent b1795ff commit f85f647

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.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2) (2022-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **prefer-comparison-matcher:** handle `resolves` and `rejects` modifiers correctly ([#1145](https://github.com/jest-community/eslint-plugin-jest/issues/1145)) ([b1795ff](https://github.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf))
7+
18
## [26.5.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.0...v26.5.1) (2022-06-05)
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.1",
3+
"version": "26.5.2",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)