Skip to content

Commit 51f7841

Browse files
chore(release): 23.2.0 [skip ci]
# [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))
1 parent 19798dd commit 51f7841

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [23.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.1...v23.2.0) (2019-12-28)
2+
3+
### Features
4+
5+
- **valid-expect:** warn on `await expect()` with no assertions
6+
([#496](https://github.com/jest-community/eslint-plugin-jest/issues/496))
7+
([19798dd](https://github.com/jest-community/eslint-plugin-jest/commit/19798dd540c8a0f5ac7883f67a28ee67d9e5fc7a))
8+
19
## [23.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.0...v23.1.1) (2019-11-30)
210

311
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "23.1.1",
3+
"version": "23.2.0",
44
"description": "Eslint rules for Jest",
55
"repository": "jest-community/eslint-plugin-jest",
66
"license": "MIT",

0 commit comments

Comments
 (0)