Skip to content

Commit 81d21c9

Browse files
chore(release): 26.4.1 [skip ci]
## [26.4.1](v26.4.0...v26.4.1) (2022-05-28) ### Bug Fixes * **no-disabled-tests:** switch to using jest function call parser ([#1125](#1125)) ([32931c3](32931c3)) * support `failing` property on test functions ([#1123](#1123)) ([6d75e8d](6d75e8d))
1 parent 32931c3 commit 81d21c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [26.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.0...v26.4.1) (2022-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **no-disabled-tests:** switch to using jest function call parser ([#1125](https://github.com/jest-community/eslint-plugin-jest/issues/1125)) ([32931c3](https://github.com/jest-community/eslint-plugin-jest/commit/32931c331d5eb5584c7b6a24306d834d620c8470))
7+
* support `failing` property on test functions ([#1123](https://github.com/jest-community/eslint-plugin-jest/issues/1123)) ([6d75e8d](https://github.com/jest-community/eslint-plugin-jest/commit/6d75e8da7a33d1386db1f8d4a04544c42bec443e))
8+
19
# [26.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.3.0...v26.4.0) (2022-05-28)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "26.4.0",
3+
"version": "26.4.1",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)