Skip to content

Commit ce08024

Browse files
chore(release): 24.1.1 [skip ci]
## [24.1.1](v24.1.0...v24.1.1) (2020-11-12) ### Bug Fixes * improve support for it.each involving tagged template literals ([#701](#701)) ([2341814](2341814))
1 parent 2341814 commit ce08024

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.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.1) (2020-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* improve support for it.each involving tagged template literals ([#701](https://github.com/jest-community/eslint-plugin-jest/issues/701)) ([2341814](https://github.com/jest-community/eslint-plugin-jest/commit/2341814060b38c55728c0b456d7b432f1e0e1a11))
7+
18
# [24.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.2...v24.1.0) (2020-10-05)
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.0",
3+
"version": "24.1.1",
44
"description": "Eslint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)