Skip to content

Commit 8fd03f2

Browse files
committed
chore(release): publish v0.0.2-alpha.27
1 parent 362bcc2 commit 8fd03f2

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ All notable changes to this project will be documented in this file. See [Conven
44

55
<!-- #region recent-alpha -->
66

7+
## v0.0.2-alpha.27 (2026-09-22)
8+
9+
### ✨ Features
10+
11+
- 增加`pull`流水线,自动同步下游 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/mmdapl/JavaScriptCollection/issues/237 [<samp>(18b15)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/18b151a)
12+
13+
### 🐛 Bug Fixes
14+
15+
- 修复首页链接错误,图标显示异常 &nbsp;-&nbsp; by **chufan** [<samp>(46f68)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/46f684d)
16+
- 升级ci脚本依赖,修复构建、部署异常 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/mmdapl/JavaScriptCollection/issues/244 [<samp>(77b18)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/77b1817)
17+
- 修复镜像构建异常,简化构建步骤、处理逻辑 &nbsp;-&nbsp; by **chufan** [<samp>(e9c49)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/e9c4951)
18+
- 修复首页`git`仓库提交折线图显示异常 &nbsp;-&nbsp; by **chufan** [<samp>(93b8f)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/93b8f97)
19+
20+
### 💅 Refactors
21+
22+
- 将 VuePress 配置迁至仓库根并拆分站点模块 &nbsp;-&nbsp; by **chufan** [<samp>(0c0c5)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/0c0c596)
23+
24+
### 📖 Documentation
25+
26+
- 为文档补齐 `permalink` 并更新本地开发端口说明 &nbsp;-&nbsp; by **chufan** [<samp>(440c8)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/440c83c)
27+
28+
### 📦 Build
29+
30+
- 升级 `@142vip/vuepress` 至 `0.0.1-alpha.25` 并对齐包内用法 &nbsp;-&nbsp; by **chufan** [<samp>(362bc)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/362bcc2)
31+
- **Dockerfile**:
32+
- 修改镜像源,提供`vpc`网络通道 &nbsp;-&nbsp; by **chufan** [<samp>(b1407)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/b14076b)
33+
- **scripts**:
34+
- 支持`corepack`安装校验,优雅下载 &nbsp;-&nbsp; by **chufan** [<samp>(1b30f)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/1b30f31)
35+
- 优化构建脚本,简化镜像打包流程,支持`--proxy`构建 &nbsp;-&nbsp; by **chufan** [<samp>(46744)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/4674452)
36+
- 将 `build-image` 入口改为 TypeScript &nbsp;-&nbsp; by **chufan** [<samp>(1d01b)</samp>](https://github.com/mmdapl/JavaScriptCollection/commit/1d01bec)
37+
38+
**Release New Version v0.0.2-alpha.27 [👉 View Changes On GitHub](https://github.com/mmdapl/JavaScriptCollection/compare/v0.0.2-alpha.26...v0.0.2-alpha.27)**
39+
740
## v0.0.2-alpha.26 (2025-05-18)
841

942
### ✨ Features

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "JavaScriptCollection",
33
"type": "module",
4-
"version": "0.0.2-alpha.26",
4+
"version": "0.0.2-alpha.27",
55
"packageManager": "pnpm@9.15.0",
66
"description": "一本有趣的JavaScript合集",
77
"authorInfo": {

0 commit comments

Comments
 (0)