From 95ca6d945e8b2631034a89af2cf64dc50a7d1ee5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Mar 2020 01:37:40 +0000 Subject: [PATCH] chore(release): 23.8.2 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423e0a002..785f1c8c6 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 263201c4e..e5f282671 100644 --- a/package.json +++ b/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",