Skip to content

Commit

Permalink
chore(release): 23.18.2 [skip ci]
Browse files Browse the repository at this point in the history
## [23.18.2](v23.18.1...v23.18.2) (2020-07-26)

### Bug Fixes

* **no-if:** report conditionals in call expressions ([4cfcf08](4cfcf08)), closes [#557](#557)
  • Loading branch information
semantic-release-bot committed Jul 26, 2020
1 parent 4cfcf08 commit 00523e9
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 @@
## [23.18.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.1...v23.18.2) (2020-07-26)


### Bug Fixes

* **no-if:** report conditionals in call expressions ([4cfcf08](https://github.com/jest-community/eslint-plugin-jest/commit/4cfcf080893fbe89689bd4b283bb2f3ad09b19ff)), closes [#557](https://github.com/jest-community/eslint-plugin-jest/issues/557)

## [23.18.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.0...v23.18.1) (2020-07-26)


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

0 comments on commit 00523e9

Please sign in to comment.