diff --git a/.changes/fix-fallback-filename.md b/.changes/fix-fallback-filename.md deleted file mode 100644 index a5235c6..0000000 --- a/.changes/fix-fallback-filename.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Fix default file name pattern to match tauri's file names again. diff --git a/CHANGELOG.md b/CHANGELOG.md index b236f51..3e321f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.25] + +- [`3c63ddb`](https://www.github.com/tauri-apps/tauri-action/commit/3c63ddbd5319f3421dd2113943e2a4b33f049475) Fix default file name pattern to match tauri's file names again. + ## \[0.5.24] - [`c5d6ac7`](https://www.github.com/tauri-apps/tauri-action/commit/c5d6ac7494763a167f5acf6e6c73664fc7360468) ([#1152](https://www.github.com/tauri-apps/tauri-action/pull/1152) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) The `latest.json` file now contains `{os}-{arch}-{installer}` keys as well to support multiple installer formats per platform. This requires `tauri-plugin-updater` version `2.10.0` or above. diff --git a/package.json b/package.json index a48e9a6..75aca9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.24", + "version": "0.5.25", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"