Skip to content

Commit e462708

Browse files
chore(release): 26.8.2 [skip ci]
## [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))
1 parent 75a0ff2 commit e462708

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [26.8.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.1...v26.8.2) (2022-08-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [26.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.0...v26.8.1) (2022-08-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "26.8.1",
3+
"version": "26.8.2",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)