chore(release): 1.1.2 [skip ci]

## [1.1.2](https://github.com/firstsun-dev/git-files-sync/compare/1.1.1...1.1.2) (2026-06-16)

### Bug Fixes

* **lint:** replace activeWindow.setTimeout with setTimeout ([4099f44](4099f44fa5))
This commit is contained in:
semantic-release-bot 2026-06-16 13:34:20 +00:00
parent 4099f44fa5
commit 9a4d136e63
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## [1.1.2](https://github.com/firstsun-dev/git-files-sync/compare/1.1.1...1.1.2) (2026-06-16)
### Bug Fixes
* **lint:** replace activeWindow.setTimeout with setTimeout ([4099f44](https://github.com/firstsun-dev/git-files-sync/commit/4099f44fa5643ce5799eef74fb23f41fae0da991))
## [1.1.1](https://github.com/firstsun-dev/git-files-sync/compare/1.1.0...1.1.1) (2026-06-16)
### Bug Fixes

View file

@ -1,7 +1,7 @@
{
"id": "git-file-sync",
"name": "Git File Sync",
"version": "1.1.1",
"version": "1.1.2",
"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",

View file

@ -1,6 +1,6 @@
{
"name": "git-file-sync",
"version": "1.1.1",
"version": "1.1.2",
"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

@ -3,5 +3,6 @@
"1.1.0": "1.12.7",
"1.0.5": "1.12.7",
"1.0.6": "1.12.7",
"1.1.1": "1.12.7"
"1.1.1": "1.12.7",
"1.1.2": "1.12.7"
}