Skip to content

Commit 7e1a80d

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.4.0...v3.0.0) (2025-01-17) ### Features * adjust Node constraints to match `eslint-plugin-jest` ([#235](#235)) ([6d2414a](6d2414a)) * drop support for Node v14 ([#232](#232)) ([fef65e0](fef65e0)) * support `@typescript-eslint/utils` v7 & v8 ([#241](#241)) ([40766b0](40766b0)) * upgrade `@typescript-eslint/utils` to v6 ([#238](#238)) ([657bc42](657bc42)) ### BREAKING CHANGES * Versions of Node v18 up to 18.11.x are no longer supported * drop support for Node v14
1 parent fa9c703 commit 7e1a80d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [3.0.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.4.0...v3.0.0) (2025-01-17)
2+
3+
4+
### Features
5+
6+
* adjust Node constraints to match `eslint-plugin-jest` ([#235](https://github.com/jest-community/eslint-plugin-jest-extended/issues/235)) ([6d2414a](https://github.com/jest-community/eslint-plugin-jest-extended/commit/6d2414a5bbb16988e7b3e0e88eca66ae0dab76c9))
7+
* drop support for Node v14 ([#232](https://github.com/jest-community/eslint-plugin-jest-extended/issues/232)) ([fef65e0](https://github.com/jest-community/eslint-plugin-jest-extended/commit/fef65e0fb61adca91598bbf4f3018273fb7b752e))
8+
* support `@typescript-eslint/utils` v7 & v8 ([#241](https://github.com/jest-community/eslint-plugin-jest-extended/issues/241)) ([40766b0](https://github.com/jest-community/eslint-plugin-jest-extended/commit/40766b019eb70271837e5eeb45d44dd21a999ca6))
9+
* upgrade `@typescript-eslint/utils` to v6 ([#238](https://github.com/jest-community/eslint-plugin-jest-extended/issues/238)) ([657bc42](https://github.com/jest-community/eslint-plugin-jest-extended/commit/657bc428599e4b5794603c9b308dedb5029bf2c2))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* Versions of Node v18 up to 18.11.x are no longer supported
15+
* drop support for Node v14
16+
117
# [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)
218

319

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.4",
3+
"version": "3.0.0",
44
"description": "Eslint rules for Jest Extended",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)