Skip to content

Commit 7fc648a

Browse files
chore(release): 27.0.2 [skip ci]
## [27.0.2](v27.0.1...v27.0.2) (2022-09-08) ### Bug Fixes * **no-restricted-matchers:** improve check to not be solely based on the start of the matcher chain ([#1236](#1236)) ([5fe4568](5fe4568)), closes [#1235](#1235)
1 parent 5fe4568 commit 7fc648a

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+
## [27.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.1...v27.0.2) (2022-09-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **no-restricted-matchers:** improve check to not be solely based on the start of the matcher chain ([#1236](https://github.com/jest-community/eslint-plugin-jest/issues/1236)) ([5fe4568](https://github.com/jest-community/eslint-plugin-jest/commit/5fe45680c93ff50745fc8f8f271607c21d9cae87)), closes [#1235](https://github.com/jest-community/eslint-plugin-jest/issues/1235)
7+
18
## [27.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.0...v27.0.1) (2022-08-28)
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": "27.0.1",
3+
"version": "27.0.2",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)