mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-05 01:44:34 +03:00
Apply Version Updates From Current Changes (v1) (#7924)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
parent
d1e09da084
commit
a3277a245c
@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-build": minor:changes
|
||||
---
|
||||
|
||||
Bump to 1.5 due to tauri-utils dependency bump.
|
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## \[1.5.0]
|
||||
|
||||
### What's Changed
|
||||
|
||||
- [`d1e09da0`](https://www.github.com/tauri-apps/tauri/commit/d1e09da084b849b9e384fc27ed250dd17e72c7a3)([#7918](https://www.github.com/tauri-apps/tauri/pull/7918)) Bump to 1.5 due to tauri-utils dependency bump.
|
||||
|
||||
## \[1.4.1]
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-build"
|
||||
version = "1.4.1"
|
||||
version = "1.5.0"
|
||||
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
||||
categories = [ "gui", "web-programming" ]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
@ -4,5 +4,5 @@
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"tauri": "1.5.0",
|
||||
"tauri-build": "1.4.1"
|
||||
"tauri-build": "1.5.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user