From bc349d221408b0100921d91a471bc90afa5383c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Aug 2022 08:58:04 +0000 Subject: [PATCH] chore(release): 26.8.3 [skip ci] ## [26.8.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) (2022-08-15) ### Performance Improvements * cache jest fn call parsing results ([#1187](https://github.com/jest-community/eslint-plugin-jest/issues/1187)) ([525631e](https://github.com/jest-community/eslint-plugin-jest/commit/525631ebddbb0ebbfe9415c330b3751100bee6a5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdcb5701f..5e2367532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.8.3](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) (2022-08-15) + + +### Performance Improvements + +* cache jest fn call parsing results ([#1187](https://github.com/jest-community/eslint-plugin-jest/issues/1187)) ([525631e](https://github.com/jest-community/eslint-plugin-jest/commit/525631ebddbb0ebbfe9415c330b3751100bee6a5)) + ## [26.8.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.1...v26.8.2) (2022-08-09) diff --git a/package.json b/package.json index 95c405dd5..157150689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.8.2", + "version": "26.8.3", "description": "ESLint rules for Jest", "keywords": [ "eslint",