diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8159aea74..8123692de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. See [Conven
+## v0.0.2-alpha.21 (2024-10-16)
+
+### ✨ Features
+
+- 移除`vercel`模块和流水线同步,采用官方基于`Git`仓库同步策略进行部署 - by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/179 [(38ffb)](https://github.com/142vip/JavaScriptCollection/commit/38ffb58)
+
+### 💅 Refactors
+
+- 站点改造,引入`@142vip/vuepress`模块,简化站点结构,删除冗余配置文件 - by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/178 [(b180f)](https://github.com/142vip/JavaScriptCollection/commit/b180f0c)
+
+**Release New Version v0.0.2-alpha.21 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.20...v0.0.2-alpha.21)**
+
## v0.0.2-alpha.20 (2024-10-01)
### ✨ Features
diff --git a/package.json b/package.json
index e034b8b89..2ad377af9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "JavaScriptCollection",
"type": "module",
- "version": "0.0.2-alpha.20",
+ "version": "0.0.2-alpha.21",
"packageManager": "pnpm@9.6.0",
"description": "一本有趣的JavaScript合集",
"authorInfo": {