diff --git a/packages/egg/CHANGELOG.md b/packages/egg/CHANGELOG.md
index 6364e87..1b7c5ab 100644
--- a/packages/egg/CHANGELOG.md
+++ b/packages/egg/CHANGELOG.md
@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## v0.0.1-alpha.1 (2025-01-06)
+
+### ✨ Features
+
+- `registerPlugin`支持egg插件快速注册 - by **chufan** [(4d734)](https://github.com/142vip/core-x/commit/4d73484)
+- 增加`ioredis`枚举,拆分插件的日志和注册机制 - by **chufan** [(c31a6)](https://github.com/142vip/core-x/commit/c31a644)
+- 增加`defaultPluginConfig`默认配置集成 - by **chufan** [(3bda0)](https://github.com/142vip/core-x/commit/3bda0b6)
+- 优化插件注册机制和类型支持 - by **chufan** [(d55fe)](https://github.com/142vip/core-x/commit/d55fe83)
+- 支持插件EggAppBoot父类的生命周期 - by **chufan** [(1c260)](https://github.com/142vip/core-x/commit/1c260ae)
+- 修改类型定义,支持pkgName参数 - by **chufan** [(1e744)](https://github.com/142vip/core-x/commit/1e744dc)
+
+**Release New Version v0.0.1-alpha.1 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/egg)**
+
## v0.0.1-alpha.0 (2024-07-14)
### ✨ Features
diff --git a/packages/egg/package.json b/packages/egg/package.json
index ee354d4..baf66c5 100644
--- a/packages/egg/package.json
+++ b/packages/egg/package.json
@@ -5,7 +5,7 @@
"declarations": true,
"tscompiler": "esbuild"
},
- "version": "0.0.1-alpha.0",
+ "version": "0.0.1-alpha.1",
"private": false,
"description": "公众号搜:储凡",
"author": "mmdapl ",