run covector version

This commit is contained in:
Lucas Nogueira
2022-12-22 10:59:18 -03:00
parent 2654c0f49d
commit e4159d4a1b
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri": "patch"
---
Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[1.1.3]
- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
- [2654c0f4](https://www.github.com/tauri-apps/tauri/commit/2654c0f49da23434d36447d0908fa24e61ff5e4e) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
## \[1.1.2]
- Escape glob special characters in files/directories when dropping files or using the open/save dialogs.

View File

@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.1.2"
version = "1.1.3"
[package.metadata.docs.rs]
no-default-features = true

View File

@@ -3,6 +3,6 @@
"version": "1.1.1",
"node": ">= 10.0.0"
},
"tauri": "1.1.2",
"tauri": "1.1.3",
"tauri-build": "1.1.1"
}