Skip to content

Commit

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

### Bug Fixes

* **max-expects:** don't count `expect.<member>()` calls towards max ([#1194](#1194)) ([75a0ff2](75a0ff2))
  • Loading branch information
semantic-release-bot committed Aug 9, 2022
1 parent 75a0ff2 commit e462708
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.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.1...v26.8.2) (2022-08-09)


### Bug Fixes

* **max-expects:** don't count `expect.<member>()` calls towards max ([#1194](https://github.com/jest-community/eslint-plugin-jest/issues/1194)) ([75a0ff2](https://github.com/jest-community/eslint-plugin-jest/commit/75a0ff2d74abca9cffe3c9135f16469116c73633))

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


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

0 comments on commit e462708

Please sign in to comment.