Skip to content

Commit 1d5031e

Browse files
Release 4.0.9
[skip ci] ## [4.0.9](v4.0.8...v4.0.9) (2025-02-04) ### Bug Fixes * logger should not Partial ([#5393](#5393)) ([8e433d9](8e433d9))
1 parent 8e433d9 commit 1d5031e

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.9](https://github.com/eggjs/egg/compare/v4.0.8...v4.0.9) (2025-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* logger should not Partial ([#5393](https://github.com/eggjs/egg/issues/5393)) ([8e433d9](https://github.com/eggjs/egg/commit/8e433d9967e73837eedaffc163d42f4a5e167b47))
9+
310
## [4.0.8](https://github.com/eggjs/egg/compare/v4.0.7...v4.0.8) (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.8",
3+
"version": "4.0.9",
44
"engines": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)