Skip to content

Commit 41ba868

Browse files
chore(release): v0.0.1
1 parent ed5d236 commit 41ba868

5 files changed

Lines changed: 35 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## 0.0.1 (2026-02-02)
4+
5+
### 🎫 Chores | 其他更新
6+
7+
* **deps:** update all non-major dependencies ([ac42b75](https://github.com/peiyanlu/vitepress-plugin-helper/commit/ac42b755ea0890489da1270ebe9da231e550ce94))
8+
* **deps:** update all non-major dependencies ([29cf58a](https://github.com/peiyanlu/vitepress-plugin-helper/commit/29cf58a82d8fbdf0990b483e59a112911af23f31))
9+
* **deps:** update dependency @types/node to ^22.19.7 ([8cdf02b](https://github.com/peiyanlu/vitepress-plugin-helper/commit/8cdf02b81320e5843c24d235955bbd1cb29cb693))
10+
* **deps:** update dependency node to v24.13.0 ([dc88dd3](https://github.com/peiyanlu/vitepress-plugin-helper/commit/dc88dd319f4c2487f76761cd9095744838f4bb4a))
11+
* **deps:** update dependency pnpm to v10.27.0 ([f9abac1](https://github.com/peiyanlu/vitepress-plugin-helper/commit/f9abac1d4ccbcf5551308b57b96d962499209b01))
12+
* **deps:** update dependency pnpm to v10.28.0 ([71aaa28](https://github.com/peiyanlu/vitepress-plugin-helper/commit/71aaa2869109675e0a14abc13deac780be3da73a))
13+
* **deps:** update dependency pnpm to v10.28.1 ([8bc8fc6](https://github.com/peiyanlu/vitepress-plugin-helper/commit/8bc8fc6678478338771572e0cb9a5e2fc564bc8c))
14+
* **deps:** update dependency pnpm to v10.28.2 ([e15b22d](https://github.com/peiyanlu/vitepress-plugin-helper/commit/e15b22d07955e425aa9046ece0114c9a7c2672ab))
15+
* **deps:** update dependency vitepress to ^2.0.0-alpha.16 ([de7f4a6](https://github.com/peiyanlu/vitepress-plugin-helper/commit/de7f4a62cc342cb8380733bdf8e23ca2c4916151))
16+
* sync vite version with vitepress ([ed5d236](https://github.com/peiyanlu/vitepress-plugin-helper/commit/ed5d2369c5ba5241825543596cd402039c04ed68))
17+
* sync vite version with vitepress ([5bd873c](https://github.com/peiyanlu/vitepress-plugin-helper/commit/5bd873c92c87821efbe0befe33d922b281fae6d0))
18+
* 提交日志清理 ([2b4a6e0](https://github.com/peiyanlu/vitepress-plugin-helper/commit/2b4a6e07f61407517d139bc996242991d19f7da8))
19+
20+
### 📝 Documentation | 文档
21+
22+
* 更新 README.md ([df5e224](https://github.com/peiyanlu/vitepress-plugin-helper/commit/df5e224290a8b19f9428669bb29485ba857d2261))
23+
24+
### 👷‍ Build System | 构建
25+
26+
* 标记子项目为 private ([e85bd22](https://github.com/peiyanlu/vitepress-plugin-helper/commit/e85bd22385975a6b64c96225ce07072a67b7cb72))
27+
28+
### 🔧 Continuous Integration | CI 配置
29+
30+
* 使用 release-it 发布版本 ([bf6249a](https://github.com/peiyanlu/vitepress-plugin-helper/commit/bf6249a12713faca18d75afb50040cfe732c279c))
31+
* 更新 ci 配置 ([4d11373](https://github.com/peiyanlu/vitepress-plugin-helper/commit/4d11373256fda929950959ce5b0d240d474d7310))

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": "0.0.1",
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",

packages/example-root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-root",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "",
66
"main": "index.js",

packages/example-src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-src",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "",
66
"main": "index.js",

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "",
66
"main": "index.js",

0 commit comments

Comments
 (0)