From 438a4981b10b3c3c9001e2566fd77cadd151384f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Apr 2026 18:17:27 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/firstsun-dev/git-files-sync/compare/1.0.4...1.0.5) (2026-04-26) ### Code Refactoring * address SonarCloud issues and reduce code duplication ([#20](https://github.com/firstsun-dev/git-files-sync/issues/20)) ([4574abc](https://github.com/firstsun-dev/git-files-sync/commit/4574abc294eebd0f9be27c256bc93150261ad764)) * fix quality gate issues, improve type safety and pagination ([#21](https://github.com/firstsun-dev/git-files-sync/issues/21)) ([70171fd](https://github.com/firstsun-dev/git-files-sync/commit/70171fd5d7cbae9e0943c21b6317e89fdd72c8bc)) --- CHANGELOG.md | 7 +++++++ manifest.json | 18 +++++++++--------- package.json | 2 +- versions.json | 6 +++++- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..fd63d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,8 @@ +## [1.0.5](https://github.com/firstsun-dev/git-files-sync/compare/1.0.4...1.0.5) (2026-04-26) + +### Code Refactoring + +* address SonarCloud issues and reduce code duplication ([#20](https://github.com/firstsun-dev/git-files-sync/issues/20)) ([4574abc](https://github.com/firstsun-dev/git-files-sync/commit/4574abc294eebd0f9be27c256bc93150261ad764)) +* fix quality gate issues, improve type safety and pagination ([#21](https://github.com/firstsun-dev/git-files-sync/issues/21)) ([70171fd](https://github.com/firstsun-dev/git-files-sync/commit/70171fd5d7cbae9e0943c21b6317e89fdd72c8bc)) + # Changelog diff --git a/manifest.json b/manifest.json index ecc4842..d36747f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { -"id": "git-file-sync", -"name": "Git File Sync", -"version": "1.1.0", -"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", -"authorUrl": "https://github.com/ClaudiaFang", -"isDesktopOnly": false -} + "id": "git-file-sync", + "name": "Git File Sync", + "version": "1.0.5", + "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", + "authorUrl": "https://github.com/ClaudiaFang", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/package.json b/package.json index 8592840..ab884d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-file-sync", - "version": "1.1.0", + "version": "1.0.5", "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 a8e07ca..f2fced2 100644 --- a/versions.json +++ b/versions.json @@ -1 +1,5 @@ -{"1.0.0": "0.15.0", "1.1.0": "1.12.7"} +{ + "1.0.0": "0.15.0", + "1.1.0": "1.12.7", + "1.0.5": "1.12.7" +} \ No newline at end of file