Skip to content

Commit

Permalink
chore(release): 23.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [23.16.0](v23.15.0...v23.16.0) (2020-06-21)

### Features

* create `no-conditional-expect` rule ([aba53e4](aba53e4))
* deprecate `no-try-expect` in favor of `no-conditional-expect` ([6d07cad](6d07cad))
  • Loading branch information
semantic-release-bot committed Jun 21, 2020
1 parent 6d07cad commit c0c2a5c
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 @@
# [23.16.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.15.0...v23.16.0) (2020-06-21)


### Features

* create `no-conditional-expect` rule ([aba53e4](https://github.com/jest-community/eslint-plugin-jest/commit/aba53e4061f3b636ab0c0270e183c355c6f301e0))
* deprecate `no-try-expect` in favor of `no-conditional-expect` ([6d07cad](https://github.com/jest-community/eslint-plugin-jest/commit/6d07cadd5f78ed7a64a86792931d49d3cd943d69))

# [23.15.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.14.0...v23.15.0) (2020-06-21)


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

0 comments on commit c0c2a5c

Please sign in to comment.