From f85f647aa9e2067b8a0883e6fb5c7d4ec1f25296 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jun 2022 00:41:52 +0000 Subject: [PATCH] chore(release): 26.5.2 [skip ci] ## [26.5.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2) (2022-06-06) ### Bug Fixes * **prefer-comparison-matcher:** handle `resolves` and `rejects` modifiers correctly ([#1145](https://github.com/jest-community/eslint-plugin-jest/issues/1145)) ([b1795ff](https://github.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cba59d1..ff6224a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.5.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.1...v26.5.2) (2022-06-06) + + +### Bug Fixes + +* **prefer-comparison-matcher:** handle `resolves` and `rejects` modifiers correctly ([#1145](https://github.com/jest-community/eslint-plugin-jest/issues/1145)) ([b1795ff](https://github.com/jest-community/eslint-plugin-jest/commit/b1795ff8aca9901b1c5054584d653fb0c04caebf)) + ## [26.5.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.0...v26.5.1) (2022-06-05) diff --git a/package.json b/package.json index f58f9800c..138d65ef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.5.1", + "version": "26.5.2", "description": "ESLint rules for Jest", "keywords": [ "eslint",