From 67bd27097d3f69c63407ce816bee35044b3f2caf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Oct 2022 18:18:39 +0000 Subject: [PATCH] chore(release): 27.1.1 [skip ci] ## [27.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.0...v27.1.1) (2022-10-05) ### Bug Fixes * **prefer-to-be:** support negative numbers ([#1260](https://github.com/jest-community/eslint-plugin-jest/issues/1260)) ([557dd39](https://github.com/jest-community/eslint-plugin-jest/commit/557dd394a4535276a4c6fa046bfb525f4c412800)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9607ee632..0cbc4e712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.0...v27.1.1) (2022-10-05) + + +### Bug Fixes + +* **prefer-to-be:** support negative numbers ([#1260](https://github.com/jest-community/eslint-plugin-jest/issues/1260)) ([557dd39](https://github.com/jest-community/eslint-plugin-jest/commit/557dd394a4535276a4c6fa046bfb525f4c412800)) + # [27.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.0.4...v27.1.0) (2022-10-03) diff --git a/package.json b/package.json index c439ea8d7..5bf578bce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.1.0", + "version": "27.1.1", "description": "ESLint rules for Jest", "keywords": [ "eslint",