diff --git a/packages/egg-axios/CHANGELOG.md b/packages/egg-axios/CHANGELOG.md
index 6364e87..b0580de 100644
--- a/packages/egg-axios/CHANGELOG.md
+++ b/packages/egg-axios/CHANGELOG.md
@@ -3,6 +3,15 @@
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
+
+- 插件模块初始化 - by **chufan** [(4fea1)](https://github.com/142vip/core-x/commit/4fea167)
+- 调整插件加载模式,拦截器优化 - by **chufan** [(f0109)](https://github.com/142vip/core-x/commit/f010944)
+
+**Release New Version v0.0.1-alpha.1 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/egg-axios)**
+
## v0.0.1-alpha.0 (2024-07-14)
### ✨ Features
diff --git a/packages/egg-axios/package.json b/packages/egg-axios/package.json
index dcd397b..45d27e2 100644
--- a/packages/egg-axios/package.json
+++ b/packages/egg-axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@142vip/egg-axios",
- "version": "0.0.1-alpha.0",
+ "version": "0.0.1-alpha.1",
"private": false,
"description": "公众号搜:储凡",
"author": "mmdapl ",