Skip to content

Commit

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

### Bug Fixes

* **valid-expect-in-promise:** support out of order awaits ([#939](#939)) ([07d2137](07d2137))
  • Loading branch information
semantic-release-bot committed Oct 11, 2021
1 parent 07d2137 commit d90a5dc
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.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.1...v25.0.2) (2021-10-11)


### Bug Fixes

* **valid-expect-in-promise:** support out of order awaits ([#939](https://github.com/jest-community/eslint-plugin-jest/issues/939)) ([07d2137](https://github.com/jest-community/eslint-plugin-jest/commit/07d213719de974d6b5a1cab75e836dc39b432f87))

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


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

0 comments on commit d90a5dc

Please sign in to comment.