Skip to content

Commit a616376

Browse files
committedMar 22, 2025
Release 6.4.1
[skip ci] ## [6.4.1](v6.4.0...v6.4.1) (2025-03-22) ### Bug Fixes * use lifecycle instead of beforeStart ([#297](#297)) ([26c95a7](26c95a7))
1 parent 26c95a7 commit a616376

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+
## [6.4.1](https://github.com/eggjs/core/compare/v6.4.0...v6.4.1) (2025-03-22)
4+
5+
6+
### Bug Fixes
7+
8+
* use lifecycle instead of beforeStart ([#297](https://github.com/eggjs/core/issues/297)) ([26c95a7](https://github.com/eggjs/core/commit/26c95a7b8eeeaae7cf460f074b48e83b07dc93ff))
9+
310
## [6.4.0](https://github.com/eggjs/core/compare/v6.3.2...v6.4.0) (2025-03-01)
411

512

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/core",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)
Failed to load comments.