Skip to content

Commit 53d348d

Browse files
chore(release): 27.1.6 [skip ci]
## [27.1.6](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](#1282)) ([8eca0b7](8eca0b7))
1 parent de1319d commit 53d348d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [27.1.6](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.5...v27.1.6) (2022-11-24)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [27.1.5](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.4...v27.1.5) (2022-11-10)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "27.1.5",
3+
"version": "27.1.6",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)