Skip to content

Commit bc4eae4

Browse files
chore(release): 27.3.0 [skip ci]
# [27.3.0](v27.2.3...v27.3.0) (2023-09-15) ### Features * add `no-confusing-set-time` rule ([#1425](#1425)) ([ff8e482](ff8e482))
1 parent ff8e482 commit bc4eae4

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.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.3...v27.3.0) (2023-09-15)
2+
3+
4+
### Features
5+
6+
* add `no-confusing-set-time` rule ([#1425](https://github.com/jest-community/eslint-plugin-jest/issues/1425)) ([ff8e482](https://github.com/jest-community/eslint-plugin-jest/commit/ff8e482380b36bf8423dac7f9fb6340aca8ae313))
7+
18
## [27.2.3](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.2...v27.2.3) (2023-07-13)
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.2.3",
3+
"version": "27.3.0",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)