Skip to content

Commit 4fb445a

Browse files
chore(release): 3.0.0-next.1 [skip ci]
# [3.0.0-next.1](v2.4.0...v3.0.0-next.1) (2025-01-16) ### Features * drop support for Node v14 ([#232](#232)) ([a3e953f](a3e953f)) ### BREAKING CHANGES * drop support for Node v14
1 parent a3e953f commit 4fb445a

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.1](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.4.0...v3.0.0-next.1) (2025-01-16)
2+
3+
4+
### Features
5+
6+
* drop support for Node v14 ([#232](https://github.com/jest-community/eslint-plugin-jest-extended/issues/232)) ([a3e953f](https://github.com/jest-community/eslint-plugin-jest-extended/commit/a3e953f06572f03777148f903f3e6486034468eb))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* drop support for Node v14
12+
113
# [2.4.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v2.3.0...v2.4.0) (2024-04-20)
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": "2.4.0",
3+
"version": "3.0.0-next.1",
44
"description": "Eslint rules for Jest Extended",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)