diff --git a/CHANGELOG.md b/CHANGELOG.md index efaad64..55ca7f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.1](https://github.com/firstsun-dev/git-files-sync/compare/1.1.0...1.1.1) (2026-06-16) + +### Bug Fixes + +* **ci:** switch to shared workflow v1 and fix repository url ([3a0f99e](https://github.com/firstsun-dev/git-files-sync/commit/3a0f99e3832e5e288ad586ed856252f829a828ec)) + ## [1.1.0](https://github.com/firstsun-dev/git-files-sync/compare/1.0.6...1.1.0) (2026-06-16) ### Features diff --git a/manifest.json b/manifest.json index e84ebd7..cc17128 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "git-file-sync", "name": "Git File Sync", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "1.12.7", "description": "Selectively sync individual notes with GitLab or GitHub. Push, pull, diff, and resolve conflicts — file by file, on mobile and desktop.", "author": "ClaudiaFang", diff --git a/package.json b/package.json index fd2dd93..a350268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-file-sync", - "version": "1.1.0", + "version": "1.1.1", "description": "Selectively sync individual notes with GitLab or GitHub. Push, pull, diff, and resolve conflicts — file by file, on mobile and desktop.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 27c0968..8a4c4db 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.1.0": "1.12.7", "1.0.5": "1.12.7", - "1.0.6": "1.12.7" + "1.0.6": "1.12.7", + "1.1.1": "1.12.7" } \ No newline at end of file