From df8b1de9c04340416fb320ad57ec7320fe484775 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:28:03 +0200 Subject: [PATCH] apply version updates (#811) Co-authored-by: FabianLars --- .changes/v2-bundle-compat.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/v2-bundle-compat.md diff --git a/.changes/v2-bundle-compat.md b/.changes/v2-bundle-compat.md deleted file mode 100644 index b6bbc64ec1..0000000000 --- a/.changes/v2-bundle-compat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -The action can now detects Linux bundles with the new naming convention added in tauri cli 2.0.0-beta.19 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c10b626f6..53b1f17dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.5] + +- [`10eca12`](https://www.github.com/tauri-apps/tauri-action/commit/10eca12d4b7138e3c7dca7bccaa170a8784ea3f5) ([#810](https://www.github.com/tauri-apps/tauri-action/pull/810)) The action can now detects Linux bundles with the new naming convention added in tauri cli 2.0.0-beta.19 + ## \[0.5.4] - [`ec3a63a`](https://www.github.com/tauri-apps/tauri-action/commit/ec3a63a669b74a6069703e9dc1c3e0bd72abad62)([#799](https://www.github.com/tauri-apps/tauri-action/pull/799)) Fixed an issue that caused the action to not detect ARM AppImages. diff --git a/package.json b/package.json index 1f78b9618d..20f2dcfc38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.4", + "version": "0.5.5", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"