From 4ec5841d83495da72c665daa556e6f231b89ae06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:59:09 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#909) Co-authored-by: FabianLars --- .changes/v1compatible.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/v1compatible.md diff --git a/.changes/v1compatible.md b/.changes/v1compatible.md deleted file mode 100644 index 9c386bb8b7..0000000000 --- a/.changes/v1compatible.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -The action will now only use the signature file for unzipped bundles if `createUpdaterArtifacts` in tauri.conf.json is set to `true`. diff --git a/CHANGELOG.md b/CHANGELOG.md index ee831628fb..4c159eec4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.14] + +- [`9387d95`](https://www.github.com/tauri-apps/tauri-action/commit/9387d95d400af0a0c6c4199962a962e93d13cb4d) ([#908](https://www.github.com/tauri-apps/tauri-action/pull/908) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) The action will now only use the signature file for unzipped bundles if `createUpdaterArtifacts` in tauri.conf.json is set to `true`. + ## \[0.5.13] - [`3b72cab`](https://www.github.com/tauri-apps/tauri-action/commit/3b72cab93fb2fbac61fc5b91cbede2fee647dd82) ([#893](https://www.github.com/tauri-apps/tauri-action/pull/893) by [@Muska-Ami](https://www.github.com/tauri-apps/tauri-action/../../Muska-Ami)) Use Bun for the build when the `bun.locb` file is found. diff --git a/package.json b/package.json index efeef9163d..4e68337011 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.13", + "version": "0.5.14", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"