diff --git a/packages/vitepress/CHANGELOG.md b/packages/vitepress/CHANGELOG.md
index fa99e8e..f5b9029 100644
--- a/packages/vitepress/CHANGELOG.md
+++ b/packages/vitepress/CHANGELOG.md
@@ -3,6 +3,14 @@
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.8 (2024-10-12)
+
+### ✨ Features
+
+- 增加`getThemeConfig`函数导出基本配置 - by **chufan** [(d3011)](https://github.com/142vip/core-x/commit/d301148)
+
+**Release New Version v0.0.1-alpha.8 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/vitepress)**
+
## v0.0.1-alpha.7 (2024-10-09)
### 🐛 Bug Fixes
diff --git a/packages/vitepress/package.json b/packages/vitepress/package.json
index 7862306..66a84c7 100644
--- a/packages/vitepress/package.json
+++ b/packages/vitepress/package.json
@@ -1,7 +1,7 @@
{
"name": "@142vip/vitepress",
"type": "module",
- "version": "0.0.1-alpha.7",
+ "version": "0.0.1-alpha.8",
"private": false,
"description": "公众号搜:储凡",
"author": "mmdapl ",