Skip to content

Commit

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

### Bug Fixes

* **no-disabled-tests:** switch to using jest function call parser ([#1125](#1125)) ([32931c3](32931c3))
* support `failing` property on test functions ([#1123](#1123)) ([6d75e8d](6d75e8d))
  • Loading branch information
semantic-release-bot committed May 28, 2022
1 parent 32931c3 commit 81d21c9
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.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.0...v26.4.1) (2022-05-28)


### Bug Fixes

* **no-disabled-tests:** switch to using jest function call parser ([#1125](https://github.com/jest-community/eslint-plugin-jest/issues/1125)) ([32931c3](https://github.com/jest-community/eslint-plugin-jest/commit/32931c331d5eb5584c7b6a24306d834d620c8470))
* support `failing` property on test functions ([#1123](https://github.com/jest-community/eslint-plugin-jest/issues/1123)) ([6d75e8d](https://github.com/jest-community/eslint-plugin-jest/commit/6d75e8da7a33d1386db1f8d4a04544c42bec443e))

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


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

0 comments on commit 81d21c9

Please sign in to comment.