Skip to content

Commit

Permalink
chore(release): 26.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [26.8.1](v26.8.0...v26.8.1) (2022-08-08)

### Bug Fixes

* **no-standalone-expect:** only report on `expect.hasAssertions` & `expect.assertions` member calls ([#1191](#1191)) ([4bf9eea](4bf9eea))
  • Loading branch information
semantic-release-bot committed Aug 8, 2022
1 parent 4bf9eea commit 4106b8f
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.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.0...v26.8.1) (2022-08-08)


### Bug Fixes

* **no-standalone-expect:** only report on `expect.hasAssertions` & `expect.assertions` member calls ([#1191](https://github.com/jest-community/eslint-plugin-jest/issues/1191)) ([4bf9eea](https://github.com/jest-community/eslint-plugin-jest/commit/4bf9eea3985a4855e7d3b575bd65f70fa62b9e0a))

# [26.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.7.0...v26.8.0) (2022-08-07)


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

0 comments on commit 4106b8f

Please sign in to comment.