Skip to content

Commit d3c480f

Browse files
chore(release): 28.13.5 [skip ci]
## [28.13.5](v28.13.4...v28.13.5) (2025-06-13) ### Bug Fixes * handle string-based import names when resolving Jest functions ([#1761](#1761)) ([d8b5e0e](d8b5e0e))
1 parent d8b5e0e commit d3c480f

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+
## [28.13.5](https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.4...v28.13.5) (2025-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* handle string-based import names when resolving Jest functions ([#1761](https://github.com/jest-community/eslint-plugin-jest/issues/1761)) ([d8b5e0e](https://github.com/jest-community/eslint-plugin-jest/commit/d8b5e0e8340d57282f30d414b7ae84d6b88e4af8))
7+
18
## [28.13.4](https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.3...v28.13.4) (2025-06-13)
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": "28.13.4",
3+
"version": "28.13.5",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)