Skip to content

Commit 62e2c79

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2024-04-19) ### Features * support providing aliases for `@jest/globals` package ([#180](#180)) ([d070ca7](d070ca7))
1 parent d070ca7 commit 62e2c79

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+
# [2.2.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.1.0...v2.2.0) (2024-04-19)
2+
3+
4+
### Features
5+
6+
* support providing aliases for `@jest/globals` package ([#180](https://github.com/jest-community/eslint-plugin-jest-extended/issues/180)) ([d070ca7](https://github.com/jest-community/eslint-plugin-jest-extended/commit/d070ca79caf41e0974c8b048a741f0db8104e4d1))
7+
18
# [2.1.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.0.3...v2.1.0) (2024-04-19)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest-extended",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Eslint rules for Jest Extended",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)