Skip to content

Commit 7234ce1

Browse files
committed
chore(release): v1.0.5
1 parent fe683ee commit 7234ce1

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## <small>1.0.5 (2026-04-16)</small>
2+
3+
### ✨ 新功能
4+
5+
* 初始化提交 ([dde72b9](/github.com/peiyanlu/vitepress-plugin-helper/commit/dde72b92d3e22c470ab13e6259d4147209848655))
6+
* 添加类型导出 ([4606f87](/github.com/peiyanlu/vitepress-plugin-helper/commit/4606f8709197b17ea592ac16f4645fe1b763f178))
7+
* 添加文件夹监控 ([0db3579](/github.com/peiyanlu/vitepress-plugin-helper/commit/0db357993a303c9128861e8610b6d55cf2d835dd))
8+
* 修改侧边栏文件的排序方式 ([13d93c3](/github.com/peiyanlu/vitepress-plugin-helper/commit/13d93c3b26fda6062a564953d9be5c336ed5040f))
9+
* 支持忽略文件 ([153d6d5](/github.com/peiyanlu/vitepress-plugin-helper/commit/153d6d5645319baf92bb1afb36ef2106ecd552e7))
10+
11+
### 🐛 Bug 修复
12+
13+
* 修复重启服务时触发热更新的问题 ([d199ce0](/github.com/peiyanlu/vitepress-plugin-helper/commit/d199ce065794d47423734ed822914f88213e29fc))
14+
15+
### 📝 文档
16+
17+
* 更新 README.md ([aac89f2](/github.com/peiyanlu/vitepress-plugin-helper/commit/aac89f2d390c2fceb903f9228a270fc53043f413))
18+
* 更新文档 ([fbe9891](/github.com/peiyanlu/vitepress-plugin-helper/commit/fbe989197d136e597bdaf2e958765fd9bf56a6eb))
19+
20+
### 💄 样式调整
21+
22+
* 优化代码结构 ([b1fa722](/github.com/peiyanlu/vitepress-plugin-helper/commit/b1fa7227b75ad08058cf97c3d432866fd1382c9e))
23+
24+
### 🎫 其他更新
25+
26+
* 代码优化 ([b877600](/github.com/peiyanlu/vitepress-plugin-helper/commit/b877600db8d1ef1c2629b4125b0183adae922e44))
27+
* 提交日志清理 ([f01c094](/github.com/peiyanlu/vitepress-plugin-helper/commit/f01c09471f8b150e6b82b4c4030d9d7897bcf8d9))
28+
* sync vite version with vitepress ([8ad5160](/github.com/peiyanlu/vitepress-plugin-helper/commit/8ad51604008384a973aacc2f4f7008f2cc0151a5))
29+
* sync vite version with vitepress ([97b8d7d](/github.com/peiyanlu/vitepress-plugin-helper/commit/97b8d7dd3e1a353e3c6949f4418ac9cde13628eb))
30+
31+
### ♻ 代码重构
32+
33+
* 重构实现方法,简化使用方式 ([c4466f5](/github.com/peiyanlu/vitepress-plugin-helper/commit/c4466f5a33811abb595f48d9528f0c1f610b9a50))
34+
35+
### 👷‍ 构建系统
36+
37+
* 标记子项目为 private ([651c31c](/github.com/peiyanlu/vitepress-plugin-helper/commit/651c31c087bee87915baca58d51b50a0bbea672c))
38+
39+
### 🔧 CI 配置
40+
41+
* 更新 ci 配置 ([3bddd3e](/github.com/peiyanlu/vitepress-plugin-helper/commit/3bddd3e64712bec79d34f6f801e8ef07ba2901d6))
42+
* 替换 release 工具 ([d01823c](/github.com/peiyanlu/vitepress-plugin-helper/commit/d01823c1752481077d86d6f1059663be4a9f4308))
43+
* 优化 CI 配置 ([34df0c8](/github.com/peiyanlu/vitepress-plugin-helper/commit/34df0c8345db854b811172e8ed7fa4c28c8c1053))
44+
* add renovate.json ([3c25d15](/github.com/peiyanlu/vitepress-plugin-helper/commit/3c25d152fd7494764c301e5cdec70c5eb98248bf))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vitepress-plugin-helper",
33
"private": false,
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "A VitePress plugin that helps generate nav and sidebars and watch MarkDown file changes to restart the service",
66
"type": "module",
77
"author": "PeiYanlu",

0 commit comments

Comments
 (0)