From 7d5b300b107ebf1754fbd3c9196f4ae83cce63fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Feb 2022 21:51:48 +0000 Subject: [PATCH] chore(release): 26.1.0 [skip ci] # [26.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.0.0...v26.1.0) (2022-02-06) ### Features * create `no-conditional-in-test` rule ([#1027](https://github.com/jest-community/eslint-plugin-jest/issues/1027)) ([d551850](https://github.com/jest-community/eslint-plugin-jest/commit/d5518503e7c5c3051e698bf1a53e9fa2b6d840dc)) * create `prefer-snapshot-hint` rule ([#1012](https://github.com/jest-community/eslint-plugin-jest/issues/1012)) ([d854723](https://github.com/jest-community/eslint-plugin-jest/commit/d85472365eb45d6073625965c390ba3445a18935)) * deprecate `no-if` in favor of `no-conditional-in-test` ([#1049](https://github.com/jest-community/eslint-plugin-jest/issues/1049)) ([35f32cc](https://github.com/jest-community/eslint-plugin-jest/commit/35f32cc9da8741649766c2e33b8a6bcaa46ac0e7)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793099f17..6ac6dd06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [26.1.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.0.0...v26.1.0) (2022-02-06) + + +### Features + +* create `no-conditional-in-test` rule ([#1027](https://github.com/jest-community/eslint-plugin-jest/issues/1027)) ([d551850](https://github.com/jest-community/eslint-plugin-jest/commit/d5518503e7c5c3051e698bf1a53e9fa2b6d840dc)) +* create `prefer-snapshot-hint` rule ([#1012](https://github.com/jest-community/eslint-plugin-jest/issues/1012)) ([d854723](https://github.com/jest-community/eslint-plugin-jest/commit/d85472365eb45d6073625965c390ba3445a18935)) +* deprecate `no-if` in favor of `no-conditional-in-test` ([#1049](https://github.com/jest-community/eslint-plugin-jest/issues/1049)) ([35f32cc](https://github.com/jest-community/eslint-plugin-jest/commit/35f32cc9da8741649766c2e33b8a6bcaa46ac0e7)) + # [26.1.0-next.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.0-next.1...v26.1.0-next.2) (2022-02-06) diff --git a/package.json b/package.json index fa6fb18ad..6444d0ffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.1.0-next.2", + "version": "26.1.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",