Skip to content

Commit 9381322

Browse files
chore(release): 26.5.0 [skip ci]
# [26.5.0](v26.4.7...v26.5.0) (2022-06-04) ### Features * support aliases for jest globals (e.g. `context`) ([#1129](#1129)) ([02ec945](02ec945))
1 parent 02ec945 commit 9381322

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+
# [26.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.7...v26.5.0) (2022-06-04)
2+
3+
4+
### Features
5+
6+
* support aliases for jest globals (e.g. `context`) ([#1129](https://github.com/jest-community/eslint-plugin-jest/issues/1129)) ([02ec945](https://github.com/jest-community/eslint-plugin-jest/commit/02ec945f0794949ce38a11addb0ef3ceafa1aed2))
7+
18
## [26.4.7](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.4.7) (2022-06-04)
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": "26.4.7",
3+
"version": "26.5.0",
44
"description": "ESLint rules for Jest",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)