diff --git a/CHANGELOG.md b/CHANGELOG.md index a04434e92..44f7fadd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [26.5.0](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.7...v26.5.0) (2022-06-04) + + +### Features + +* 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)) + ## [26.4.7](https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.6...v26.4.7) (2022-06-04) diff --git a/package.json b/package.json index 245fe9050..d90037b99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "26.4.7", + "version": "26.5.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",