Skip to content

Commit

Permalink
chore(release): 23.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [23.2.0](v23.1.1...v23.2.0) (2019-12-28)

### Features

* **valid-expect:** warn on `await expect()` with no assertions ([#496](#496)) ([19798dd](19798dd))
  • Loading branch information
semantic-release-bot committed Dec 28, 2019
1 parent 19798dd commit 51f7841
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.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.1...v23.2.0) (2019-12-28)

### Features

- **valid-expect:** warn on `await expect()` with no assertions
([#496](https://github.com/jest-community/eslint-plugin-jest/issues/496))
([19798dd](https://github.com/jest-community/eslint-plugin-jest/commit/19798dd540c8a0f5ac7883f67a28ee67d9e5fc7a))

## [23.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.0...v23.1.1) (2019-11-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "23.1.1",
"version": "23.2.0",
"description": "Eslint rules for Jest",
"repository": "jest-community/eslint-plugin-jest",
"license": "MIT",
Expand Down

0 comments on commit 51f7841

Please sign in to comment.