Skip to content

Commit

Permalink
chore(release): 26.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 5, 2022
1 parent dff1cb4 commit 7965a7c
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.5.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.0...v26.5.1) (2022-06-05)


### Bug Fixes

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

# [26.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.7...v26.5.0) (2022-06-04)


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

0 comments on commit 7965a7c

Please sign in to comment.