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"