Skip to content

Commit 1bc746b

Browse files
Release 4.0.8
[skip ci] ## [4.0.8](v4.0.7...v4.0.8) (2025-02-04) ### Bug Fixes * add allowH2 define and more ([#5392](#5392)) ([413a6f9](413a6f9))
1 parent 413a6f9 commit 1bc746b

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+
## [4.0.8](https://github.com/eggjs/egg/compare/v4.0.7...v4.0.8) (2025-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* add allowH2 define and more ([#5392](https://github.com/eggjs/egg/issues/5392)) ([413a6f9](https://github.com/eggjs/egg/commit/413a6f905161bc45ae54baccc83ae82170fecd09))
9+
310
## [4.0.7](https://github.com/eggjs/egg/compare/v4.0.6...v4.0.7) (2025-02-04)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"engines": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)