Skip to content

Commit 7965a7c

Browse files
chore(release): 26.5.1 [skip ci]
## [26.5.1](v26.5.0...v26.5.1) (2022-06-05) ### Bug Fixes * **prefer-called-with:** handle `resolves` and `rejects` modifiers correctly ([#1143](#1143)) ([dff1cb4](dff1cb4))
1 parent dff1cb4 commit 7965a7c

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

0 commit comments

Comments
 (0)