Skip to content

Commit 0694024

Browse files
chore(release): 29.2.1 [skip ci]
## [29.2.1](v29.2.0...v29.2.1) (2025-11-23) ### Bug Fixes * **valid-mock-module-path:** report on `ERR_PACKAGE_PATH_NOT_EXPORTED` errors ([#1860](#1860)) ([6cd4e89](6cd4e89))
1 parent 6cd4e89 commit 0694024

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.2.1](https://github.com/jest-community/eslint-plugin-jest/compare/v29.2.0...v29.2.1) (2025-11-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **valid-mock-module-path:** report on `ERR_PACKAGE_PATH_NOT_EXPORTED` errors ([#1860](https://github.com/jest-community/eslint-plugin-jest/issues/1860)) ([6cd4e89](https://github.com/jest-community/eslint-plugin-jest/commit/6cd4e89da0cc2dafbc4b9659800f33143229b7f6))
7+
18
# [29.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v29.1.0...v29.2.0) (2025-11-20)
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.2.0",
3+
"version": "29.2.1",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)