Skip to content

Commit 8beaad6

Browse files
chore(release): 26.4.7 [skip ci]
## [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))
1 parent 0950a96 commit 8beaad6

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.4.7](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.4.7) (2022-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [26.4.6](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.5...v26.4.6) (2022-05-30)
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.4.6",
3+
"version": "26.4.7",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)