Skip to content

Commit

Permalink
chore(release): 26.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [26.4.2](v26.4.1...v26.4.2) (2022-05-28)

### Bug Fixes

* don't consider `concurrent.skip` and `concurrent.only` valid test functions ([#1124](#1124)) ([0aa5eb6](0aa5eb6))
* **no-disabled-tests:** use jest function call parser for checking number of args ([#1126](#1126)) ([b67e389](b67e389))
  • Loading branch information
semantic-release-bot committed May 28, 2022
1 parent 0aa5eb6 commit 963c536
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 @@
## [26.4.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.1...v26.4.2) (2022-05-28)


### Bug Fixes

* don't consider `concurrent.skip` and `concurrent.only` valid test functions ([#1124](https://github.com/jest-community/eslint-plugin-jest/issues/1124)) ([0aa5eb6](https://github.com/jest-community/eslint-plugin-jest/commit/0aa5eb60f6ad53316b9ec9343c9d0240e7ff5f1d))
* **no-disabled-tests:** use jest function call parser for checking number of args ([#1126](https://github.com/jest-community/eslint-plugin-jest/issues/1126)) ([b67e389](https://github.com/jest-community/eslint-plugin-jest/commit/b67e389b401ee6adb31fbfd0a7f903312544e5e8))

## [26.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.0...v26.4.1) (2022-05-28)


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

0 comments on commit 963c536

Please sign in to comment.