publish new versions

This commit is contained in:
github-actions[bot]
2026-07-21 10:26:23 +00:00
committed by GitHub
parent ab7489c964
commit 7af38df26a
34 changed files with 151 additions and 74 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.3.8]
### Dependencies
- Upgraded to `fs@2.5.2`
## \[2.3.7]
### Dependencies
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.3.7"
version = "2.3.8"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -23,7 +23,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.5.1" }
tauri-plugin-fs = { path = "../fs", version = "2.5.2" }
[features]
protocol-asset = ["tauri/protocol-asset"]