Skip to content

Commit

Permalink
chore(release): 26.4.7 [skip ci]
Browse files Browse the repository at this point in the history
## [26.4.7](v26.4.6...v26.4.7) (2022-06-04)

### Bug Fixes

* **no-restricted-matchers:** allow restricting negated `resolves` and `rejects` modifiers ([#1142](#1142)) ([0950a96](0950a96))
  • Loading branch information
semantic-release-bot committed Jun 4, 2022
1 parent 0950a96 commit 8beaad6
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.4.7](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.4.7) (2022-06-04)


### Bug Fixes

* **no-restricted-matchers:** allow restricting negated `resolves` and `rejects` modifiers ([#1142](https://github.com/jest-community/eslint-plugin-jest/issues/1142)) ([0950a96](https://github.com/jest-community/eslint-plugin-jest/commit/0950a968f3bc92cb6ed25cbbcbd6fc616245bf44))

## [26.4.6](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.5...v26.4.6) (2022-05-30)


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

0 comments on commit 8beaad6

Please sign in to comment.