From 0008acf92e8e4ac2b77fefbe47f403a41ecdde4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 May 2022 20:30:18 +0000 Subject: [PATCH] chore(release): 26.4.5 [skip ci] ## [26.4.5](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.4...v26.4.5) (2022-05-29) ### Bug Fixes * **expect-expect:** include numbers when matching assert function names with wildcards ([#1134](https://github.com/jest-community/eslint-plugin-jest/issues/1134)) ([2d0ef11](https://github.com/jest-community/eslint-plugin-jest/commit/2d0ef11137dc556f8b1e08a510d70c0dbea8a083)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a110b2c9..9d85098a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.4.5](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.4...v26.4.5) (2022-05-29) + + +### Bug Fixes + +* **expect-expect:** include numbers when matching assert function names with wildcards ([#1134](https://github.com/jest-community/eslint-plugin-jest/issues/1134)) ([2d0ef11](https://github.com/jest-community/eslint-plugin-jest/commit/2d0ef11137dc556f8b1e08a510d70c0dbea8a083)) + ## [26.4.4](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.3...v26.4.4) (2022-05-29) diff --git a/package.json b/package.json index 10297eafc..dae9683f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.4.4", + "version": "26.4.5", "description": "ESLint rules for Jest", "keywords": [ "eslint",