Skip to content

Commit

Permalink
run covector version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Dec 22, 2022
1 parent 2654c0f commit e4159d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/glob-match-require_literal_separator.md

This file was deleted.

5 changes: 5 additions & 0 deletions core/tauri/CHANGELOG.md
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/metadata.json
Expand Up @@ -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"
}

0 comments on commit e4159d4

Please sign in to comment.