Skip to content

Commit 51a9f11

Browse files
apply version updates (#1192)
Co-authored-by: FabianLars <[email protected]>
1 parent 7bfea48 commit 51a9f11

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/fix-fallback-filename.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.5.25]
4+
5+
- [`3c63ddb`](https://www.github.com/tauri-apps/tauri-action/commit/3c63ddbd5319f3421dd2113943e2a4b33f049475) Fix default file name pattern to match tauri's file names again.
6+
37
## \[0.5.24]
48

59
- [`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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-action",
3-
"version": "0.5.24",
3+
"version": "0.5.25",
44
"description": "Tauri GitHub Action",
55
"contributors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)