diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1b591bd..3a110b2c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.4.4](https://github.com/jest-community/eslint-plugin-jest/compare/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](https://github.com/jest-community/eslint-plugin-jest/issues/1133)) ([430de17](https://github.com/jest-community/eslint-plugin-jest/commit/430de17abc453da833a697c6ca425f2cc50febcc)) + ## [26.4.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.2...v26.4.3) (2022-05-29) diff --git a/package.json b/package.json index 7c166506c..10297eafc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.4.3", + "version": "26.4.4", "description": "ESLint rules for Jest", "keywords": [ "eslint",