From d1ee640ecac2aef2a04f97acbfb4d5e4aafe4330 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Aug 2022 18:05:52 +0000 Subject: [PATCH] chore(release): 26.8.0 [skip ci] # [26.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.7.0...v26.8.0) (2022-08-07) ### Features * resolve `expect` based on scope ([#1173](https://github.com/jest-community/eslint-plugin-jest/issues/1173)) ([aa4be21](https://github.com/jest-community/eslint-plugin-jest/commit/aa4be21dc4ad9be0d2f27a95f25c10555c653a4b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdd0b069..84357cddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [26.8.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.7.0...v26.8.0) (2022-08-07) + + +### Features + +* resolve `expect` based on scope ([#1173](https://github.com/jest-community/eslint-plugin-jest/issues/1173)) ([aa4be21](https://github.com/jest-community/eslint-plugin-jest/commit/aa4be21dc4ad9be0d2f27a95f25c10555c653a4b)) + # [26.7.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.6.0...v26.7.0) (2022-07-29) diff --git a/package.json b/package.json index 19dd4cdea..9a15eb0e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.7.0", + "version": "26.8.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",