Skip to content

Commit 8b3f0f2

Browse files
chore(release): 26.4.0 [skip ci]
# [26.4.0](v26.3.0...v26.4.0) (2022-05-28) ### Features * improve how jest function calls are resolved to account for import aliases ([#1122](#1122)) ([781f00e](781f00e))
1 parent 781f00e commit 8b3f0f2

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+
# [26.4.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.3.0...v26.4.0) (2022-05-28)
2+
3+
4+
### Features
5+
6+
* improve how jest function calls are resolved to account for import aliases ([#1122](https://github.com/jest-community/eslint-plugin-jest/issues/1122)) ([781f00e](https://github.com/jest-community/eslint-plugin-jest/commit/781f00e0120a02e992e213042e05c0c03da90330))
7+
18
# [26.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.2...v26.3.0) (2022-05-28)
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": "26.3.0",
3+
"version": "26.4.0",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)