Skip to content

Commit 86c6116

Browse files
chore(release): 26.8.4 [skip ci]
## [26.8.4](v26.8.3...v26.8.4) (2022-08-19) ### Bug Fixes * **prefer-mock-promise-shorthand:** ignore `mockImplementation` functions that have parameters ([#1199](#1199)) ([78ccbef](78ccbef))
1 parent 78ccbef commit 86c6116

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [26.8.4](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4) (2022-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **prefer-mock-promise-shorthand:** ignore `mockImplementation` functions that have parameters ([#1199](https://github.com/jest-community/eslint-plugin-jest/issues/1199)) ([78ccbef](https://github.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2))
7+
18
## [26.8.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) (2022-08-15)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "26.8.3",
3+
"version": "26.8.4",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)