Skip to content

Commit

Permalink
chore(release): 24.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [24.3.2](v24.3.1...v24.3.2) (2021-03-16)

### Bug Fixes

* **consistent-test-it:** properly handle `describe.each` ([#796](#796)) ([035bd30](035bd30)), closes [#795](#795)
  • Loading branch information
semantic-release-bot committed Mar 16, 2021
1 parent 035bd30 commit e6b8c77
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 @@
## [24.3.2](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.1...v24.3.2) (2021-03-16)


### Bug Fixes

* **consistent-test-it:** properly handle `describe.each` ([#796](https://github.com/jest-community/eslint-plugin-jest/issues/796)) ([035bd30](https://github.com/jest-community/eslint-plugin-jest/commit/035bd30af43f1215e65bf1b26c2ef2e6d174d3c8)), closes [#795](https://github.com/jest-community/eslint-plugin-jest/issues/795)

## [24.3.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.0...v24.3.1) (2021-03-13)


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

0 comments on commit e6b8c77

Please sign in to comment.