apply version updates (#811)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-03 15:28:03 +02:00
committed by GitHub
parent 10eca12d4b
commit df8b1de9c0
3 changed files with 5 additions and 6 deletions

View File

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

View File

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

View File

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