From 7dd707f3d7d328f23a60f63235ef181cbee0f707 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 May 2022 21:13:23 +0000 Subject: [PATCH] chore(release): 26.2.0 [skip ci] # [26.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.2.0) (2022-05-13) ### Features * support `@jest/globals` ([#1094](https://github.com/jest-community/eslint-plugin-jest/issues/1094)) ([84d7a68](https://github.com/jest-community/eslint-plugin-jest/commit/84d7a68e8c64720a46fddddbcb1ba248cd61fd08)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc1a8b20..c8c051a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [26.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.2.0) (2022-05-13) + + +### Features + +* support `@jest/globals` ([#1094](https://github.com/jest-community/eslint-plugin-jest/issues/1094)) ([84d7a68](https://github.com/jest-community/eslint-plugin-jest/commit/84d7a68e8c64720a46fddddbcb1ba248cd61fd08)) + ## [26.1.5](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.4...v26.1.5) (2022-04-22) diff --git a/package.json b/package.json index 4823fd3b2..37233f41d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.1.5", + "version": "26.2.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",