From df42b182f7a7849c4f3e2222f03a8bd05249bad0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Mar 2022 23:57:37 +0000 Subject: [PATCH] chore(release): 26.1.2 [skip ci] ## [26.1.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.1...v26.1.2) (2022-03-19) ### Bug Fixes * **prefer-snapshot-hint:** support passing hint to `toMatchSnapshot` as first argument ([#1070](https://github.com/jest-community/eslint-plugin-jest/issues/1070)) ([97b1f9d](https://github.com/jest-community/eslint-plugin-jest/commit/97b1f9d8063811d8ebb7ad41b92a5286c56aa2c4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 609af9ee8..10b102338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [26.1.2](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.1...v26.1.2) (2022-03-19) + + +### Bug Fixes + +* **prefer-snapshot-hint:** support passing hint to `toMatchSnapshot` as first argument ([#1070](https://github.com/jest-community/eslint-plugin-jest/issues/1070)) ([97b1f9d](https://github.com/jest-community/eslint-plugin-jest/commit/97b1f9d8063811d8ebb7ad41b92a5286c56aa2c4)) + ## [26.1.1](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.0...v26.1.1) (2022-02-15) diff --git a/package.json b/package.json index bf304b941..73a088582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.1.1", + "version": "26.1.2", "description": "ESLint rules for Jest", "keywords": [ "eslint",