Skip to content

Commit

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

### Features

* create `prefer-equality-matcher` rule ([#1016](#1016)) ([341353b](341353b))
* **valid-expect:** support `asyncMatchers` option and default to `jest-extended` matchers ([#1018](#1018)) ([c82205a](c82205a))
  • Loading branch information
semantic-release-bot committed Jan 15, 2022
1 parent c82205a commit 6beefe9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# [25.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.6.0...v25.7.0) (2022-01-15)


### Features

* create `prefer-equality-matcher` rule ([#1016](https://github.com/jest-community/eslint-plugin-jest/issues/1016)) ([341353b](https://github.com/jest-community/eslint-plugin-jest/commit/341353bc7d57685cc5e0b31501d6ca336a0dbaf0))
* **valid-expect:** support `asyncMatchers` option and default to `jest-extended` matchers ([#1018](https://github.com/jest-community/eslint-plugin-jest/issues/1018)) ([c82205a](https://github.com/jest-community/eslint-plugin-jest/commit/c82205a73a4e8de315a2ad4d413b146e27c14a34))

# [25.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.5.0...v25.6.0) (2022-01-15)


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

0 comments on commit 6beefe9

Please sign in to comment.