From 9adda0ae0bb7de3093f85d669ca998aee3689fa6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Sep 2024 03:11:50 +0000 Subject: [PATCH] chore(release): 28.8.2 [skip ci] ## [28.8.2](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2) (2024-09-02) ### Performance Improvements * **prefer-importing-jest-globals:** stop collecting import specifiers for no reason ([#1646](https://github.com/jest-community/eslint-plugin-jest/issues/1646)) ([0660242](https://github.com/jest-community/eslint-plugin-jest/commit/066024289ec09e2ecf83db001cc93930aa6288a8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f30549b0..5485f4d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [28.8.2](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2) (2024-09-02) + + +### Performance Improvements + +* **prefer-importing-jest-globals:** stop collecting import specifiers for no reason ([#1646](https://github.com/jest-community/eslint-plugin-jest/issues/1646)) ([0660242](https://github.com/jest-community/eslint-plugin-jest/commit/066024289ec09e2ecf83db001cc93930aa6288a8)) + ## [28.8.1](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1) (2024-08-29) diff --git a/package.json b/package.json index b43ebe0df..542424561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "28.8.1", + "version": "28.8.2", "description": "ESLint rules for Jest", "keywords": [ "eslint",