Skip to content

Commit 1040a3d

Browse files
chore(release): 24.1.8 [skip ci]
## [24.1.8](v24.1.7...v24.1.8) (2021-03-07) ### Bug Fixes * **consistent-test-it:** support `it.each` in `describe.each` ([#782](#782)) ([0014da0](0014da0))
1 parent 9e90d31 commit 1040a3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [24.1.8](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.7...v24.1.8) (2021-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **consistent-test-it:** support `it.each` in `describe.each` ([#782](https://github.com/jest-community/eslint-plugin-jest/issues/782)) ([0014da0](https://github.com/jest-community/eslint-plugin-jest/commit/0014da0e2aeb13199a9da7f969e9eb376e026c8b))
7+
18
## [24.1.7](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.6...v24.1.7) (2021-03-06)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "24.1.7",
3+
"version": "24.1.8",
44
"description": "Eslint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)