Skip to content

Commit

Permalink
chore(release): 24.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [24.1.4](v24.1.3...v24.1.4) (2021-02-16)

### Bug Fixes

* **lowercase-name:** support `.each` methods ([#746](#746)) ([3d847b2](3d847b2))
* **require-top-level-describe:** handle `describe.each` properly ([#745](#745)) ([677be45](677be45))
  • Loading branch information
semantic-release-bot committed Feb 16, 2021
1 parent 677be45 commit 8cdbfd5
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 @@
## [24.1.4](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4) (2021-02-16)


### Bug Fixes

* **lowercase-name:** support `.each` methods ([#746](https://github.com/jest-community/eslint-plugin-jest/issues/746)) ([3d847b2](https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610))
* **require-top-level-describe:** handle `describe.each` properly ([#745](https://github.com/jest-community/eslint-plugin-jest/issues/745)) ([677be45](https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337))

## [24.1.3](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.2...v24.1.3) (2020-11-12)


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

0 comments on commit 8cdbfd5

Please sign in to comment.