Skip to content

Commit

Permalink
chore(release): 27.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [27.0.1](v27.0.0...v27.0.1) (2022-08-28)

### Bug Fixes

* **prefer-expect-assertions:** report on concise arrow functions with `expect` call ([#1225](#1225)) ([64ec9c1](64ec9c1))
  • Loading branch information
semantic-release-bot committed Aug 28, 2022
1 parent 64ec9c1 commit 954a0e6
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.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.0...v27.0.1) (2022-08-28)


### Bug Fixes

* **prefer-expect-assertions:** report on concise arrow functions with `expect` call ([#1225](https://github.com/jest-community/eslint-plugin-jest/issues/1225)) ([64ec9c1](https://github.com/jest-community/eslint-plugin-jest/commit/64ec9c10b0b67a19893e09f4462d5b1a1e984baf))

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


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

0 comments on commit 954a0e6

Please sign in to comment.