Skip to content

Commit

Permalink
chore(release): 26.8.4 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 19, 2022
1 parent 78ccbef commit 86c6116
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [26.8.4](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4) (2022-08-19)


### Bug Fixes

* **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))

## [26.8.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) (2022-08-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "26.8.3",
"version": "26.8.4",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit 86c6116

Please sign in to comment.