From 4f7b3f6dd90728319a0ad83c1bc54d8ac39ced00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Nov 2022 18:08:37 +0000 Subject: [PATCH] chore(release): 27.1.5 [skip ci] ## [27.1.5](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.4...v27.1.5) (2022-11-10) ### Performance Improvements * use `Set` instead of iterating, and deduplicate a function ([#1278](https://github.com/jest-community/eslint-plugin-jest/issues/1278)) ([0e048f1](https://github.com/jest-community/eslint-plugin-jest/commit/0e048f1577565119cf686eac4477be64a41b2a08)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7d3cc57..470aeff4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.1.5](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.4...v27.1.5) (2022-11-10) + + +### Performance Improvements + +* use `Set` instead of iterating, and deduplicate a function ([#1278](https://github.com/jest-community/eslint-plugin-jest/issues/1278)) ([0e048f1](https://github.com/jest-community/eslint-plugin-jest/commit/0e048f1577565119cf686eac4477be64a41b2a08)) + ## [27.1.4](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.3...v27.1.4) (2022-11-04) diff --git a/package.json b/package.json index 67563833a..ad44ccc2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.1.4", + "version": "27.1.5", "description": "ESLint rules for Jest", "keywords": [ "eslint",