mirror of https://github.com/tauri-apps/tauri
Apply Version Updates From Current Changes (#11019)
Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
parent
e5f0372775
commit
c530de4fd0
|
@ -98,6 +98,7 @@
|
|||
".changes/mobile-identifier.md",
|
||||
".changes/mobile-plugin-get-args.md",
|
||||
".changes/nsis-ensure-webview2-version.md",
|
||||
".changes/objc2-nsimage-missing.md",
|
||||
".changes/only-validate-ios-lib-debug.md",
|
||||
".changes/permissions-add-target-specific.md",
|
||||
".changes/plugin-builder-failable.md",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "2.0.0-rc.15",
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"tauri": "2.0.0-rc.13",
|
||||
"tauri": "2.0.0-rc.14",
|
||||
"tauri-build": "2.0.0-rc.11",
|
||||
"tauri-plugin": "2.0.0-rc.11"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## \[2.0.0-rc.14]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- [`e5f037277`](https://www.github.com/tauri-apps/tauri/commit/e5f037277505c477b8d563bd77b7bd6e23b46296) ([#11018](https://www.github.com/tauri-apps/tauri/pull/11018) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix compilation error on macOS due to a missing feature for `NSImage`.
|
||||
|
||||
## \[2.0.0-rc.13]
|
||||
|
||||
### Enhancements
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tauri"
|
||||
version = "2.0.0-rc.13"
|
||||
version = "2.0.0-rc.14"
|
||||
description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
||||
exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"]
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in New Issue