diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index fcb3a05..bcf97c1 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
+## v0.0.1-alpha.8 (2024-10-12)
+
+### ✨ Features
+
+- 拓展`OPEN_SOURCE_ADDRESS`变量 - by **chufan** [(e3802)](https://github.com/142vip/core-x/commit/e380231)
+
+**Release New Version v0.0.1-alpha.8 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/utils)**
+
## v0.0.1-alpha.7 (2024-10-09)
### ✨ Features
diff --git a/packages/utils/package.json b/packages/utils/package.json
index f1a13db..4ea2e0b 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@142vip/utils",
"type": "module",
- "version": "0.0.1-alpha.7",
+ "version": "0.0.1-alpha.8",
"private": false,
"description": "基础工具集合",
"author": "mmdapl ",