From 45c6b3bb4178aab294de62242eb13811e6aa7a2e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Nov 2019 22:22:09 +0000 Subject: [PATCH] chore(release): 23.1.0 [skip ci] # [23.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.5...v23.1.0) (2019-11-29) ### Features * **no-focused-tests:** check each with table format ([#430](https://github.com/jest-community/eslint-plugin-jest/issues/430)) ([154c0b8](https://github.com/jest-community/eslint-plugin-jest/commit/154c0b8e5310f0c1bf715a8c60de5d84faa1bc48)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e572db7d0..b5c912b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [23.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.5...v23.1.0) (2019-11-29) + +### Features + +- **no-focused-tests:** check each with table format + ([#430](https://github.com/jest-community/eslint-plugin-jest/issues/430)) + ([154c0b8](https://github.com/jest-community/eslint-plugin-jest/commit/154c0b8e5310f0c1bf715a8c60de5d84faa1bc48)) + ## [23.0.5](https://github.com/jest-community/eslint-plugin-jest/compare/v23.0.4...v23.0.5) (2019-11-27) ### Bug Fixes diff --git a/package.json b/package.json index 6d0d9fb88..fea353d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.0.5", + "version": "23.1.0", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",