run covector version

This commit is contained in:
Lucas Nogueira 2022-09-15 07:55:42 -03:00
parent bb17882908
commit 0bd3a90178
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"tauri": patch
---
Fix `fs.readDir` recursive option reading symlinked directories that are not allowed by the scope.

View File

@ -1,5 +1,10 @@
# Changelog
## \[1.0.6]
- Fix `fs.readDir` recursive option reading symlinked directories that are not allowed by the scope.
- [bb178829](https://www.github.com/tauri-apps/tauri/commit/bb178829086e80916f9be190f02d83bc25802799) fix(endpoints/fs/readDir): don't read symlinks that are not allowed b… ([#5123](https://www.github.com/tauri-apps/tauri/pull/5123)) on 2022-09-08
## \[1.0.5]
- Escape the MSI file path when running msiexec via powershell.

View File

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