From 4b354862ec828af9f15c47542b4139290e9a78e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jul 2023 14:43:16 +0000 Subject: [PATCH] chore(release): 27.2.3 [skip ci] ## [27.2.3](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.2...v27.2.3) (2023-07-13) ### Bug Fixes * allow `@typescript-eslint/eslint-plugin` v6 as peer dep ([#1400](https://github.com/jest-community/eslint-plugin-jest/issues/1400)) ([04b2bf2](https://github.com/jest-community/eslint-plugin-jest/commit/04b2bf29bf086f8ce8173a9c3bc15ce31915dbe2)), closes [#1398](https://github.com/jest-community/eslint-plugin-jest/issues/1398) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f9c3ade..73d96c625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.2.3](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.2...v27.2.3) (2023-07-13) + + +### Bug Fixes + +* allow `@typescript-eslint/eslint-plugin` v6 as peer dep ([#1400](https://github.com/jest-community/eslint-plugin-jest/issues/1400)) ([04b2bf2](https://github.com/jest-community/eslint-plugin-jest/commit/04b2bf29bf086f8ce8173a9c3bc15ce31915dbe2)), closes [#1398](https://github.com/jest-community/eslint-plugin-jest/issues/1398) + ## [27.2.2](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.1...v27.2.2) (2023-06-19) diff --git a/package.json b/package.json index 33a67a79c..6176877b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.2.2", + "version": "27.2.3", "description": "ESLint rules for Jest", "keywords": [ "eslint",