Skip to content

Commit 4297d50

Browse files
chore(release): 29.5.0 [skip ci]
# [29.5.0](v29.4.1...v29.5.0) (2025-12-14) ### Features * create new `no-unneeded-async-expect-function` rule ([#1863](#1863)) ([6b8182d](6b8182d))
1 parent 6b8182d commit 4297d50

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [29.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v29.4.1...v29.5.0) (2025-12-14)
2+
3+
4+
### Features
5+
6+
* create new `no-unneeded-async-expect-function` rule ([#1863](https://github.com/jest-community/eslint-plugin-jest/issues/1863)) ([6b8182d](https://github.com/jest-community/eslint-plugin-jest/commit/6b8182d7382b68c4bce14b5a9dcd8c6c0dab5aa6))
7+
18
## [29.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v29.4.0...v29.4.1) (2025-12-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest",
3-
"version": "29.4.1",
3+
"version": "29.5.0",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)