From 53d348d90b463d9aad04d04ed7e2cd2ff28d2811 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Nov 2022 19:55:51 +0000 Subject: [PATCH] chore(release): 27.1.6 [skip ci] ## [27.1.6](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.5...v27.1.6) (2022-11-24) ### Bug Fixes * ensure rule fixes produce valid code when function params and args have trailing commas ([#1282](https://github.com/jest-community/eslint-plugin-jest/issues/1282)) ([8eca0b7](https://github.com/jest-community/eslint-plugin-jest/commit/8eca0b78920011d62eee35b42a90663082862131)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470aeff4c..b295ba644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [27.1.6](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.5...v27.1.6) (2022-11-24) + + +### Bug Fixes + +* ensure rule fixes produce valid code when function params and args have trailing commas ([#1282](https://github.com/jest-community/eslint-plugin-jest/issues/1282)) ([8eca0b7](https://github.com/jest-community/eslint-plugin-jest/commit/8eca0b78920011d62eee35b42a90663082862131)) + ## [27.1.5](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.4...v27.1.5) (2022-11-10) diff --git a/package.json b/package.json index 1d305cb88..7f7e70fd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "27.1.5", + "version": "27.1.6", "description": "ESLint rules for Jest", "keywords": [ "eslint",