Skip to content

Commit

Permalink
chore(release): 24.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 12, 2020
1 parent 2341814 commit ce08024
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.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.1) (2020-11-12)


### Bug Fixes

* 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))

# [24.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.2...v24.1.0) (2020-10-05)


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

0 comments on commit ce08024

Please sign in to comment.