Skip to content

Commit 6d3fec2

Browse files
chore(release): 3.0.0-next.4 [skip ci]
# [3.0.0-next.4](v3.0.0-next.3...v3.0.0-next.4) (2025-01-17) ### Features * support `@typescript-eslint/utils` v7 & v8 ([#241](#241)) ([414dc8f](414dc8f))
1 parent 414dc8f commit 6d3fec2

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+
# [3.0.0-next.4](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v3.0.0-next.3...v3.0.0-next.4) (2025-01-17)
2+
3+
4+
### Features
5+
6+
* support `@typescript-eslint/utils` v7 & v8 ([#241](https://github.com/jest-community/eslint-plugin-jest-extended/issues/241)) ([414dc8f](https://github.com/jest-community/eslint-plugin-jest-extended/commit/414dc8f778d761c6f0f3eb3b621406cbe74b1afa))
7+
18
# [3.0.0-next.3](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v3.0.0-next.2...v3.0.0-next.3) (2025-01-16)
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": "3.0.0-next.3",
3+
"version": "3.0.0-next.4",
44
"description": "Eslint rules for Jest Extended",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)