From 3b0074459d09ca55e595808a37bcee4ca07c9b81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Jan 2020 07:52:25 +0000 Subject: [PATCH] chore(release): 23.3.0 [skip ci] # [23.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.3.0) (2020-01-04) ### Features * **rules:** add .concurrent support ([#498](https://github.com/jest-community/eslint-plugin-jest/issues/498)) ([#502](https://github.com/jest-community/eslint-plugin-jest/issues/502)) ([dcba5f1](https://github.com/jest-community/eslint-plugin-jest/commit/dcba5f1f1c6429a8bce2ff9aae71c02a6ffa1c2b)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6516134f..d3ab829ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [23.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.3.0) (2020-01-04) + +### Features + +- **rules:** add .concurrent support + ([#498](https://github.com/jest-community/eslint-plugin-jest/issues/498)) + ([#502](https://github.com/jest-community/eslint-plugin-jest/issues/502)) + ([dcba5f1](https://github.com/jest-community/eslint-plugin-jest/commit/dcba5f1f1c6429a8bce2ff9aae71c02a6ffa1c2b)) + # [23.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.1...v23.2.0) (2019-12-28) ### Features diff --git a/package.json b/package.json index 31bf95cae..d5dcb4b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.2.0", + "version": "23.3.0", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",