Skip to content

Commit 44cd620

Browse files
Release 4.0.10
[skip ci] ## [4.0.10](v4.0.9...v4.0.10) (2025-03-10) ### Bug Fixes * add missing tsd on application ([#5406](#5406)) ([8fa4aec](8fa4aec))
1 parent 8fa4aec commit 44cd620

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.10](https://github.com/eggjs/egg/compare/v4.0.9...v4.0.10) (2025-03-10)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing tsd on application ([#5406](https://github.com/eggjs/egg/issues/5406)) ([8fa4aec](https://github.com/eggjs/egg/commit/8fa4aec1303b58ac76b41c9861db59b6dbdf912e))
9+
310
## [4.0.9](https://github.com/eggjs/egg/compare/v4.0.8...v4.0.9) (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.9",
3+
"version": "4.0.10",
44
"engines": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)