Pārlūkot izejas kodu

run covector version

Lucas Nogueira 2 gadi atpakaļ
vecāks
revīzija
f9710402a8

+ 0 - 5
.changes/glob-match-require_literal_separator.md

@@ -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`.

+ 5 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.2.3]
+
+- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
+  - [f1b0ad6e](https://www.github.com/tauri-apps/tauri/commit/f1b0ad6e8b721cf1420a9a4b9be5b05c39941d16) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
+
 ## \[1.2.2]
 
 - Invoke event listener in windows safely to avoid causing uncaught errors in windows that have loaded external urls

+ 1 - 1
core/tauri/Cargo.toml

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

+ 1 - 1
tooling/cli/metadata.json

@@ -3,6 +3,6 @@
     "version": "1.2.2",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.2.2",
+  "tauri": "1.2.3",
   "tauri-build": "1.2.1"
 }