Skip to content

Commit

Permalink
chore(release): 25.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [25.3.2](v25.3.1...v25.3.2) (2021-12-27)

### Bug Fixes

* **no-large-snapshots:** only count size of template string for inline snapshots ([#1005](#1005)) ([5bea38f](5bea38f))
* **prefer-hooks-on-top:** improve message & docs ([#999](#999)) ([f9e7ae2](f9e7ae2))
  • Loading branch information
semantic-release-bot committed Dec 27, 2021
1 parent 875a90b commit c134cb4
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.3.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.1...v25.3.2) (2021-12-27)


### Bug Fixes

* **no-large-snapshots:** only count size of template string for inline snapshots ([#1005](https://github.com/jest-community/eslint-plugin-jest/issues/1005)) ([5bea38f](https://github.com/jest-community/eslint-plugin-jest/commit/5bea38f9773ab686f08a7cc25247a782d50aa5ed))
* **prefer-hooks-on-top:** improve message & docs ([#999](https://github.com/jest-community/eslint-plugin-jest/issues/999)) ([f9e7ae2](https://github.com/jest-community/eslint-plugin-jest/commit/f9e7ae29233daad7bfea2230bea7266659299328))

## [25.3.1](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.0...v25.3.1) (2021-12-27)


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

0 comments on commit c134cb4

Please sign in to comment.