Skip to content

Commit

Permalink
chore(release): 26.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [26.4.5](v26.4.4...v26.4.5) (2022-05-29)

### Bug Fixes

* **expect-expect:** include numbers when matching assert function names with wildcards ([#1134](#1134)) ([2d0ef11](2d0ef11))
  • Loading branch information
semantic-release-bot committed May 29, 2022
1 parent 2d0ef11 commit 0008acf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 0008acf

Please sign in to comment.