Skip to content

Commit c95f038

Browse files
chore(release): 3.0.0-next.2 [skip ci]
# [3.0.0-next.2](v3.0.0-next.1...v3.0.0-next.2) (2025-01-16) ### Features * adjust Node constraints to match `eslint-plugin-jest` ([#235](#235)) ([c9fb39c](c9fb39c)) ### BREAKING CHANGES * Versions of Node v18 up to 18.11.x are no longer supported
1 parent c9fb39c commit c95f038

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0-next.2](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v3.0.0-next.1...v3.0.0-next.2) (2025-01-16)
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)) ([c9fb39c](https://github.com/jest-community/eslint-plugin-jest-extended/commit/c9fb39caa43e074e64fb9fdb4dbcbdb2822fc57a))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Versions of Node v18 up to 18.11.x are no longer supported
12+
113
# [3.0.0-next.1](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.4.0...v3.0.0-next.1) (2025-01-16)
214

315

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

0 commit comments

Comments
 (0)