From c5d7d3b2f1d5b323b1dac586e7c42127e43a6002 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Feb 2020 20:15:48 +0000 Subject: [PATCH] chore(release): 23.8.1 [skip ci] ## [23.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.0...v23.8.1) (2020-02-29) ### Bug Fixes * remove tests from published package ([#541](https://github.com/jest-community/eslint-plugin-jest/issues/541)) ([099a150](https://github.com/jest-community/eslint-plugin-jest/commit/099a150b87fa693ccf1c512ee501aed1457ba656)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88feaeb67..423e0a002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [23.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v23.8.0...v23.8.1) (2020-02-29) + +### Bug Fixes + +- remove tests from published package + ([#541](https://github.com/jest-community/eslint-plugin-jest/issues/541)) + ([099a150](https://github.com/jest-community/eslint-plugin-jest/commit/099a150b87fa693ccf1c512ee501aed1457ba656)) + # [23.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0) (2020-02-23) ### Bug Fixes diff --git a/package.json b/package.json index 8f33ba874..263201c4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.8.0", + "version": "23.8.1", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",