Apply Version Updates From Current Changes (v1) (#7924)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-09-30 04:41:23 +03:00 committed by GitHub
parent d1e09da084
commit a3277a245c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"tauri-build": minor:changes
---
Bump to 1.5 due to tauri-utils dependency bump.

View File

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

View File

@ -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"

View File

@ -4,5 +4,5 @@
"node": ">= 10.0.0"
},
"tauri": "1.5.0",
"tauri-build": "1.4.1"
"tauri-build": "1.5.0"
}