Skip to content

Commit

Permalink
chore(release): 25.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [25.4.0](v25.3.4...v25.4.0) (2022-01-15)

### Features

* **prefer-expect-assertions:** support requiring only if `expect` is used in a loop ([#1013](#1013)) ([e6f4f8a](e6f4f8a))
  • Loading branch information
semantic-release-bot committed Jan 15, 2022
1 parent e6f4f8a commit 618a8dd
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.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.4...v25.4.0) (2022-01-15)


### Features

* **prefer-expect-assertions:** support requiring only if `expect` is used in a loop ([#1013](https://github.com/jest-community/eslint-plugin-jest/issues/1013)) ([e6f4f8a](https://github.com/jest-community/eslint-plugin-jest/commit/e6f4f8aaf7664bcf9d9d5549c3c43b1b09f49461))

## [25.3.4](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.3...v25.3.4) (2022-01-01)


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

0 comments on commit 618a8dd

Please sign in to comment.