Skip to content

Commit

Permalink
chore(release): 26.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [26.1.4](v26.1.3...v26.1.4) (2022-04-08)

### Bug Fixes

* **prefer-snapshot-hint:** don't report multi snapshots in different tests within the same describe ([#1078](#1078)) ([98e5166](98e5166))
  • Loading branch information
semantic-release-bot committed Apr 8, 2022
1 parent 98e5166 commit 698abb8
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 @@
## [26.1.4](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.3...v26.1.4) (2022-04-08)


### Bug Fixes

* **prefer-snapshot-hint:** don't report multi snapshots in different tests within the same describe ([#1078](https://github.com/jest-community/eslint-plugin-jest/issues/1078)) ([98e5166](https://github.com/jest-community/eslint-plugin-jest/commit/98e5166347990901b55c64b30f48907984890c48))

## [26.1.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.2...v26.1.3) (2022-03-24)


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

0 comments on commit 698abb8

Please sign in to comment.