Skip to content

Commit

Permalink
chore(release): 23.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 6, 2020
1 parent 56f909b commit 95ca6d9
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.8.2](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.1...v23.8.2) (2020-03-06)

### Bug Fixes

- **prefer-to-contain:** check that expect argument is defined before use
([#542](https://github.com/jest-community/eslint-plugin-jest/issues/542))
([56f909b](https://github.com/jest-community/eslint-plugin-jest/commit/56f909b326034236953d04b18dab3f64b16a2973))

## [23.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.0...v23.8.1) (2020-02-29)

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

0 comments on commit 95ca6d9

Please sign in to comment.