From d813ea44d8999f7bc158d8cb27d2313a14dbb7bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Jan 2020 11:30:19 +0000 Subject: [PATCH] chore(release): 23.6.0 [skip ci] # [23.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.5.0...v23.6.0) (2020-01-12) ### Features * **no-if:** support `switch` statements ([#515](https://github.com/jest-community/eslint-plugin-jest/issues/515)) ([be4e49d](https://github.com/jest-community/eslint-plugin-jest/commit/be4e49dcecd64711e743f5e09d1ff24e4c6e1648)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcad78f0..759a710ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [23.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.5.0...v23.6.0) (2020-01-12) + +### Features + +- **no-if:** support `switch` statements + ([#515](https://github.com/jest-community/eslint-plugin-jest/issues/515)) + ([be4e49d](https://github.com/jest-community/eslint-plugin-jest/commit/be4e49dcecd64711e743f5e09d1ff24e4c6e1648)) + # [23.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.4.0...v23.5.0) (2020-01-12) ### Features diff --git a/package.json b/package.json index 0657c310b..8b9d1d226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.5.0", + "version": "23.6.0", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",