Skip to content

Commit b8d2d9d

Browse files
Release 4.0.4
[skip ci] ## [4.0.4](v4.0.3...v4.0.4) (2025-02-02) ### Bug Fixes * export createAnonymousContext define ([#5388](#5388)) ([5d15623](5d15623))
1 parent 5d15623 commit b8d2d9d

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.4](https://github.com/eggjs/egg/compare/v4.0.3...v4.0.4) (2025-02-02)
4+
5+
6+
### Bug Fixes
7+
8+
* export createAnonymousContext define ([#5388](https://github.com/eggjs/egg/issues/5388)) ([5d15623](https://github.com/eggjs/egg/commit/5d15623e5e7b412065adff0e02f2d2677289c176))
9+
310
## [4.0.3](https://github.com/eggjs/egg/compare/v4.0.2...v4.0.3) (2025-01-21)
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.3",
3+
"version": "4.0.4",
44
"engines": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)