We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa4aec commit 44cd620Copy full SHA for 44cd620
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [4.0.9](https://github.com/eggjs/egg/compare/v4.0.8...v4.0.9) (2025-02-04)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
- "version": "4.0.9",
+ "version": "4.0.10",
"engines": {
"node": ">= 18.19.0"
},
0 commit comments