Skip to content

Commit 35fd6aa

Browse files
Release 3.0.0
[skip ci] ## [3.0.0](v2.17.0...v3.0.0) (2024-02-19) ### ⚠ BREAKING CHANGES * drop Node.js 14 support ### Features * support configure egg.revert in package.json ([#58](#58)) ([a294691](a294691))
1 parent a294691 commit 35fd6aa

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
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/eggjs/egg-scripts/compare/v2.17.0...v3.0.0) (2024-02-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js 14 support
9+
10+
### Features
11+
12+
* support configure egg.revert in package.json ([#58](https://github.com/eggjs/egg-scripts/issues/58)) ([a294691](https://github.com/eggjs/egg-scripts/commit/a29469134293a9dec3a7dd5cf6ce71810e913498))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-scripts",
3-
"version": "2.17.0",
3+
"version": "3.0.0",
44
"description": "deploy tool for egg project",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)