Skip to content

Commit 52f2dbc

Browse files
Release 3.0.1
[skip ci] ## [3.0.1](v3.0.0...v3.0.1) (2024-05-11) ### Bug Fixes * head 100 stderr when startup failed ([#59](#59)) ([7f2cecf](7f2cecf))
1 parent 7f2cecf commit 52f2dbc

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,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/eggjs/egg-scripts/compare/v3.0.0...v3.0.1) (2024-05-11)
4+
5+
6+
### Bug Fixes
7+
8+
* head 100 stderr when startup failed ([#59](https://github.com/eggjs/egg-scripts/issues/59)) ([7f2cecf](https://github.com/eggjs/egg-scripts/commit/7f2cecfeb68f07e9b69871f77b66f8a221c51b90))
9+
310
## [3.0.0](https://github.com/eggjs/egg-scripts/compare/v2.17.0...v3.0.0) (2024-02-19)
411

512

package.json

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

0 commit comments

Comments
 (0)