Skip to content

Commit

Permalink
chore(release): 24.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [24.1.7](v24.1.6...v24.1.7) (2021-03-06)

### Bug Fixes

* **no-disabled-tests:** adjust selector to match only test functions ([#777](#777)) ([c916902](c916902))
* **no-disabled-tests:** support `describe.skip.each` & `xdescribe.each` ([#778](#778)) ([6a32e87](6a32e87))
  • Loading branch information
semantic-release-bot committed Mar 6, 2021
1 parent 6a32e87 commit e3f83a7
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.7](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.6...v24.1.7) (2021-03-06)


### Bug Fixes

* **no-disabled-tests:** adjust selector to match only test functions ([#777](https://github.com/jest-community/eslint-plugin-jest/issues/777)) ([c916902](https://github.com/jest-community/eslint-plugin-jest/commit/c9169022c7e4b9c7bd5f09060152f7136ee18521))
* **no-disabled-tests:** support `describe.skip.each` & `xdescribe.each` ([#778](https://github.com/jest-community/eslint-plugin-jest/issues/778)) ([6a32e87](https://github.com/jest-community/eslint-plugin-jest/commit/6a32e870c016474687e238944933a96bfe1ca01b))

## [24.1.6](https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.5...v24.1.6) (2021-03-06)


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

0 comments on commit e3f83a7

Please sign in to comment.