Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
@@ -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"
}