mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
chore(release): 1.0.6 [skip ci]
## [1.0.6](https://github.com/firstsun-dev/git-files-sync/compare/1.0.5...1.0.6) (2026-05-20) ### Bug Fixes * **release:** trigger patch release on chore(deps) commits ([910305a](910305a81c)) * **test:** add @types/jsdom and fix Element type cast in setup-dom ([8f7207a](8f7207a388)) * **ui:** real-time file status during refresh and unsynced file actions ([c6152a6](c6152a61bb)) ### Code Refactoring * code quality enhancements for issue [#23](https://github.com/firstsun-dev/git-files-sync/issues/23) ([7f223e3](7f223e33b8)) * code quality enhancements for issue [#23](https://github.com/firstsun-dev/git-files-sync/issues/23) ([31ac918](31ac9189cf)) * eliminate code duplication flagged by SonarCloud ([556f9e9](556f9e930d))
This commit is contained in:
parent
f9499a4895
commit
d41d98d0b3
4 changed files with 18 additions and 3 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
|||
## [1.0.6](https://github.com/firstsun-dev/git-files-sync/compare/1.0.5...1.0.6) (2026-05-20)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **release:** trigger patch release on chore(deps) commits ([910305a](https://github.com/firstsun-dev/git-files-sync/commit/910305a81c7e123e3fd39f1d9340a97d158c6b1b))
|
||||
* **test:** add @types/jsdom and fix Element type cast in setup-dom ([8f7207a](https://github.com/firstsun-dev/git-files-sync/commit/8f7207a3886100844ee2c98e5d293f953448ed86))
|
||||
* **ui:** real-time file status during refresh and unsynced file actions ([c6152a6](https://github.com/firstsun-dev/git-files-sync/commit/c6152a61bb1967a178a85c2097290fdc1286edbe))
|
||||
|
||||
### Code Refactoring
|
||||
|
||||
* code quality enhancements for issue [#23](https://github.com/firstsun-dev/git-files-sync/issues/23) ([7f223e3](https://github.com/firstsun-dev/git-files-sync/commit/7f223e33b8fccc228a93bc1e1224d50a3dda1127))
|
||||
* code quality enhancements for issue [#23](https://github.com/firstsun-dev/git-files-sync/issues/23) ([31ac918](https://github.com/firstsun-dev/git-files-sync/commit/31ac9189cf921f49fb891adbf45d15b07d2cf049))
|
||||
* eliminate code duplication flagged by SonarCloud ([556f9e9](https://github.com/firstsun-dev/git-files-sync/commit/556f9e930d1f573e644497f31d70dd39a8611500))
|
||||
|
||||
## [1.0.5](https://github.com/firstsun-dev/git-files-sync/compare/1.0.4...1.0.5) (2026-04-26)
|
||||
|
||||
### Code Refactoring
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "git-file-sync",
|
||||
"name": "Git File Sync",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "git-file-sync",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"1.1.0": "1.12.7",
|
||||
"1.0.5": "1.12.7"
|
||||
"1.0.5": "1.12.7",
|
||||
"1.0.6": "1.12.7"
|
||||
}
|
||||
Loading…
Reference in a new issue