Skip to content

Commit

Permalink
chore(release): 27.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Sep 8, 2022
1 parent 5fe4568 commit 7fc648a
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 @@
## [27.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/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](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)

## [27.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.0...v27.0.1) (2022-08-28)


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

0 comments on commit 7fc648a

Please sign in to comment.