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](4574abc294))
* fix quality gate issues, improve type safety and pagination ([#21](https://github.com/firstsun-dev/git-files-sync/issues/21)) ([70171fd](70171fd5d7))
This commit is contained in:
semantic-release-bot 2026-04-26 18:17:27 +00:00
parent 70171fd5d7
commit 438a4981b1
4 changed files with 22 additions and 11 deletions

View file

@ -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

View file

@ -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
}

View file

@ -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",

View file

@ -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"
}