Skip to content

Commit

Permalink
chore(release): 25.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [25.0.3](v25.0.2...v25.0.3) (2021-10-11)

### Bug Fixes

* **valid-expect-in-promise:** support awaited promises in arguments ([#936](#936)) ([bd2c33c](bd2c33c))
  • Loading branch information
semantic-release-bot committed Oct 11, 2021
1 parent bd2c33c commit b2ed605
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 @@
## [25.0.3](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.2...v25.0.3) (2021-10-11)


### Bug Fixes

* **valid-expect-in-promise:** support awaited promises in arguments ([#936](https://github.com/jest-community/eslint-plugin-jest/issues/936)) ([bd2c33c](https://github.com/jest-community/eslint-plugin-jest/commit/bd2c33c858573d5414d8bc0d401eb6f27801ad2b))

## [25.0.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.1...v25.0.2) (2021-10-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "25.0.2",
"version": "25.0.3",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit b2ed605

Please sign in to comment.