diff --git a/.changeset/short-coins-push.md b/.changeset/short-coins-push.md deleted file mode 100644 index c1b6e28..0000000 --- a/.changeset/short-coins-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nicepkg/vsync": patch ---- - -fix cli not working diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 15e54bb..d36550f 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # vsync +## 1.0.8 + +### Patch Changes + +- [#7](https://github.com/nicepkg/vsync/pull/7) [`9b07770`](https://github.com/nicepkg/vsync/commit/9b07770d51b9e3229bc69167af24ade3fa031f89) Thanks [@2214962083](https://github.com/2214962083)! - fix cli not working + ## 1.0.7 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index aa71bc4..c812887 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nicepkg/vsync", - "version": "1.0.7", + "version": "1.0.8", "description": "Sync MCP servers, Skills, Agents & Commands across Claude Code, Cursor, OpenCode, Codex. One config, all tools.", "type": "module", "repository": {