Skip to content

Commit 95ca6d9

Browse files
chore(release): 23.8.2 [skip ci]
## [23.8.2](v23.8.1...v23.8.2) (2020-03-06) ### Bug Fixes * **prefer-to-contain:** check that expect argument is defined before use ([#542](#542)) ([56f909b](56f909b))
1 parent 56f909b commit 95ca6d9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [23.8.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.1...v23.8.2) (2020-03-06)
2+
3+
### Bug Fixes
4+
5+
- **prefer-to-contain:** check that expect argument is defined before use
6+
([#542](https://github.com/jest-community/eslint-plugin-jest/issues/542))
7+
([56f909b](https://github.com/jest-community/eslint-plugin-jest/commit/56f909b326034236953d04b18dab3f64b16a2973))
8+
19
## [23.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.0...v23.8.1) (2020-02-29)
210

311
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "23.8.1",
3+
"version": "23.8.2",
44
"description": "Eslint rules for Jest",
55
"repository": "jest-community/eslint-plugin-jest",
66
"license": "MIT",

0 commit comments

Comments
 (0)