Skip to content

Commit

Permalink
chore(release): 25.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [25.2.2](v25.2.1...v25.2.2) (2021-10-17)

### Bug Fixes

* **require-hook:** check variables are either `const` or declarations ([#959](#959)) ([ce8cd61](ce8cd61))
  • Loading branch information
semantic-release-bot committed Oct 17, 2021
1 parent 778bd21 commit 7ffcf1b
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.2.2](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.1...v25.2.2) (2021-10-17)


### Bug Fixes

* **require-hook:** check variables are either `const` or declarations ([#959](https://github.com/jest-community/eslint-plugin-jest/issues/959)) ([ce8cd61](https://github.com/jest-community/eslint-plugin-jest/commit/ce8cd612b7c4c16dc29934118b191d3fbe1ffc07))

## [25.2.1](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.0...v25.2.1) (2021-10-15)


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

0 comments on commit 7ffcf1b

Please sign in to comment.