publish new versions (#2942)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-21 10:07:03 -03:00
committed by GitHub
parent 2d03e2eac2
commit 1a0b791650
19 changed files with 51 additions and 36 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.3.3]
### Dependencies
- Upgraded to `deep-link@2.4.2`
## \[2.3.2]
### Dependencies
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-single-instance"
version = "2.3.2"
version = "2.3.3"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }
@@ -26,7 +26,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.1", optional = true }
tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.2", optional = true }
semver = { version = "1", optional = true }
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]