From 42fec488a0185015a7643e56cc28e3ca96a59b2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Sep 2023 22:51:15 +0000 Subject: [PATCH] chore(release): 27.4.0 [skip ci] # [27.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.3.0...v27.4.0) (2023-09-15) ### Features * **valid-title:** support ignoring leading and trailing whitespace ([#1433](https://github.com/jest-community/eslint-plugin-jest/issues/1433)) ([bc96473](https://github.com/jest-community/eslint-plugin-jest/commit/bc96473488e004885d8926dc716ef96f889c3d1b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b333c2d7..ee25da650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [27.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.3.0...v27.4.0) (2023-09-15) + + +### Features + +* **valid-title:** support ignoring leading and trailing whitespace ([#1433](https://github.com/jest-community/eslint-plugin-jest/issues/1433)) ([bc96473](https://github.com/jest-community/eslint-plugin-jest/commit/bc96473488e004885d8926dc716ef96f889c3d1b)) + # [27.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.3...v27.3.0) (2023-09-15) diff --git a/package.json b/package.json index 2c241215c..fee8c205a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.3.0", + "version": "27.4.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",