Skip to content

Commit 4d0fa67

Browse files
authored
chore: release v1.0.9 (#9)
* chore: remove obsolete VibeSync configuration files and update changelog links * chore: update package references to @nicepkg/vsync and release version 1.0.9 * chore: update package.json with repository details, author information, and keywords * chore: update package.json description to clarify functionality of the CLI tool * chore: remove obsolete changeset for version 10 * feat: add isMainModule function to determine if the current module is the main entry point * fix: resolve CLI functionality issue * docs: add full documentation link to README files * chore: add changeset for release v1.0.9 with patch for @nicepkg/vsync
1 parent ff31b86 commit 4d0fa67

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.changeset/wet-streets-stay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nicepkg/vsync": patch
3+
---
4+
5+
release v1.0.9

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ flowchart TD
113113

114114
## ⚡ Quick Start
115115

116+
Full documentation: https://vsync.xiaominglab.com
117+
116118
### Installation
117119

118120
```bash

README_cn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ flowchart TD
113113

114114
## ⚡ 快速开始
115115

116+
完整文档:https://vsync.xiaominglab.com
117+
116118
### 安装
117119

118120
```bash

scripts/release-publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4+
cp README.md cli/README.md
5+
cp README_cn.md cli/README_cn.md
6+
47
pnpm --filter @nicepkg/vsync run build
58
pnpm ci:publish
69
pnpm changeset tag

0 commit comments

Comments
 (0)