Skip to content

Commit

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

### Features

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


### Features

* **prefer-expect-assertions:** support requiring only if `expect` is used in a callback ([#1028](https://github.com/jest-community/eslint-plugin-jest/issues/1028)) ([8d5fd33](https://github.com/jest-community/eslint-plugin-jest/commit/8d5fd33eed633f0c0bbdcb9e86bd2d8d7de79c4b))

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


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

0 comments on commit 1f1f62e

Please sign in to comment.