Skip to content

Commit

Permalink
chore(release): 27.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 24, 2022
1 parent de1319d commit 53d348d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "27.1.5",
"version": "27.1.6",
"description": "ESLint rules for Jest",
"keywords": [
"eslint",
Expand Down

0 comments on commit 53d348d

Please sign in to comment.