Skip to content

Commit a19bcf4

Browse files
chore(release): 26.4.4 [skip ci]
## [26.4.4](v26.4.3...v26.4.4) (2022-05-29) ### Bug Fixes * don't consider template tags in the middle of a possible jest function chain to be valid ([#1133](#1133)) ([430de17](430de17))
1 parent 430de17 commit a19bcf4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [26.4.4](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.3...v26.4.4) (2022-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* don't consider template tags in the middle of a possible jest function chain to be valid ([#1133](https://github.com/jest-community/eslint-plugin-jest/issues/1133)) ([430de17](https://github.com/jest-community/eslint-plugin-jest/commit/430de17abc453da833a697c6ca425f2cc50febcc))
7+
18
## [26.4.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.2...v26.4.3) (2022-05-29)
29

310

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.3",
3+
"version": "26.4.4",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)