Skip to content

Commit

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

### Features

* create `prefer-comparison-matcher` rule ([#1015](#1015)) ([eb11876](eb11876))
  • Loading branch information
semantic-release-bot committed Jan 15, 2022
1 parent eb11876 commit 5447f77
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.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v25.5.0...v25.6.0) (2022-01-15)


### Features

* create `prefer-comparison-matcher` rule ([#1015](https://github.com/jest-community/eslint-plugin-jest/issues/1015)) ([eb11876](https://github.com/jest-community/eslint-plugin-jest/commit/eb118761a422b3589311113cd827a6be437f5bb5))

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


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

0 comments on commit 5447f77

Please sign in to comment.