From 1d5bdd1391b4b03a6f75d84c6a190c333dc4373b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 18:43:06 +0000 Subject: [PATCH] chore(release): 27.5.0 [skip ci] # [27.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0) (2023-10-26) ### Features * **valid-title:** allow ignoring tests with non-string titles ([#1460](https://github.com/jest-community/eslint-plugin-jest/issues/1460)) ([ea89da9](https://github.com/jest-community/eslint-plugin-jest/commit/ea89da9b4e726980d80f97b69d31a4c4f81ff562)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d8a652e..bb6344140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [27.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0) (2023-10-26) + + +### Features + +* **valid-title:** allow ignoring tests with non-string titles ([#1460](https://github.com/jest-community/eslint-plugin-jest/issues/1460)) ([ea89da9](https://github.com/jest-community/eslint-plugin-jest/commit/ea89da9b4e726980d80f97b69d31a4c4f81ff562)) + ## [27.4.3](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.2...v27.4.3) (2023-10-20) diff --git a/package.json b/package.json index 345bd40fc..84d21ac16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.4.3", + "version": "27.5.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",