From e629006144255b2c2f8c1956476408270a62f8cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Jan 2020 10:20:07 +0000 Subject: [PATCH] chore(release): 23.4.0 [skip ci] # [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10) ### Features * **expect-expect:** support chained function names ([#471](https://github.com/jest-community/eslint-plugin-jest/issues/471)) ([#508](https://github.com/jest-community/eslint-plugin-jest/issues/508)) ([beb1aec](https://github.com/jest-community/eslint-plugin-jest/commit/beb1aececee80589c182e95bc64ef01d97eb5e78)) * **rules:** add support for function declaration as test case ([#504](https://github.com/jest-community/eslint-plugin-jest/issues/504)) ([ac7fa48](https://github.com/jest-community/eslint-plugin-jest/commit/ac7fa487d05705bee1b2d5264d5096f0232ae1e1)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ab829ec..4c52141aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [23.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.3.0...v23.4.0) (2020-01-10) + +### Features + +- **expect-expect:** support chained function names + ([#471](https://github.com/jest-community/eslint-plugin-jest/issues/471)) + ([#508](https://github.com/jest-community/eslint-plugin-jest/issues/508)) + ([beb1aec](https://github.com/jest-community/eslint-plugin-jest/commit/beb1aececee80589c182e95bc64ef01d97eb5e78)) +- **rules:** add support for function declaration as test case + ([#504](https://github.com/jest-community/eslint-plugin-jest/issues/504)) + ([ac7fa48](https://github.com/jest-community/eslint-plugin-jest/commit/ac7fa487d05705bee1b2d5264d5096f0232ae1e1)) + # [23.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.3.0) (2020-01-04) ### Features diff --git a/package.json b/package.json index d5dcb4b40..3aa6d5f66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "23.3.0", + "version": "23.4.0", "description": "Eslint rules for Jest", "repository": "jest-community/eslint-plugin-jest", "license": "MIT",