Skip to content

Commit 4a4d056

Browse files
Release 3.24.1
[skip ci] ## [3.24.1](v3.24.0...v3.24.1) (2024-06-07) ### Bug Fixes * serverTimeout default to 0 (no timeout) ([#5325](#5325)) ([44ab507](44ab507))
1 parent 44ab507 commit 4a4d056

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.24.1](https://github.com/eggjs/egg/compare/v3.24.0...v3.24.1) (2024-06-07)
4+
5+
6+
### Bug Fixes
7+
8+
* serverTimeout default to 0 (no timeout) ([#5325](https://github.com/eggjs/egg/issues/5325)) ([44ab507](https://github.com/eggjs/egg/commit/44ab507b6299c849a2fe31bee54f3a1909aa9d53))
9+
310
## [3.24.0](https://github.com/eggjs/egg/compare/v3.23.0...v3.24.0) (2024-06-07)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "3.24.0",
3+
"version": "3.24.1",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)