From 8fb89bebe57a88353b2531485cda55bc8eb806da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Aug 2022 20:14:15 +0000 Subject: [PATCH] chore(release): 26.8.6 [skip ci] ## [26.8.6](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6) (2022-08-21) ### Bug Fixes * **max-expect:** reset `expect` counter when entering and exiting test function calls ([#1206](https://github.com/jest-community/eslint-plugin-jest/issues/1206)) ([3908ab8](https://github.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0694452e0..5dc185499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.8.6](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6) (2022-08-21) + + +### Bug Fixes + +* **max-expect:** reset `expect` counter when entering and exiting test function calls ([#1206](https://github.com/jest-community/eslint-plugin-jest/issues/1206)) ([3908ab8](https://github.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576)) + ## [26.8.5](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5) (2022-08-20) diff --git a/package.json b/package.json index 4ec19eb79..0ecc257a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.8.5", + "version": "26.8.6", "description": "ESLint rules for Jest", "keywords": [ "eslint",