From 6dfbf15d02684acc7633830aebfc22bad3b86034 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 20:39:16 +0000 Subject: [PATCH] chore(release): 27.6.0 [skip ci] # [27.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.5.0...v27.6.0) (2023-10-26) ### Features * include plugin `meta` information for ESLint v9 ([#1454](https://github.com/jest-community/eslint-plugin-jest/issues/1454)) ([4d57146](https://github.com/jest-community/eslint-plugin-jest/commit/4d571467631a407a038d5b4d61bc45f4622954f1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6344140..3e281fcca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [27.6.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.5.0...v27.6.0) (2023-10-26) + + +### Features + +* include plugin `meta` information for ESLint v9 ([#1454](https://github.com/jest-community/eslint-plugin-jest/issues/1454)) ([4d57146](https://github.com/jest-community/eslint-plugin-jest/commit/4d571467631a407a038d5b4d61bc45f4622954f1)) + # [27.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.3...v27.5.0) (2023-10-26) diff --git a/package.json b/package.json index 05ed9d71e..805583b59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.5.0", + "version": "27.6.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",