diff --git a/.changeset/four-dogs-fold08.md b/.changeset/four-dogs-fold08.md deleted file mode 100644 index 679117a..0000000 --- a/.changeset/four-dogs-fold08.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vsync": patch ---- - -release first version 08 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index e184c3c..8a7b539 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # vsync +## 1.0.5 + +### Patch Changes + +- [#1](https://github.com/nicepkg/vsync/pull/1) [`b703993`](https://github.com/nicepkg/vsync/commit/b7039932001698ccbcadc3481ad980f9ae4a7c48) Thanks [@2214962083](https://github.com/2214962083)! - release first version 08 + ## 1.0.4 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index b44bd45..70ef64e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "vsync", - "version": "1.0.4", + "version": "1.0.5", "description": "CLI for vsync - AI coding tool config synchronizer", "type": "module", "publishConfig": {