From 5767b848fa673dcbe2e6b13e31af53d484542440 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 18 Nov 2025 12:11:12 +0100 Subject: [PATCH] chore: add PR ref in updater changefile Added reference to pull request for clarity on changes. --- .changes/updater-new-bundle-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/updater-new-bundle-support.md b/.changes/updater-new-bundle-support.md index 99cf2e889..471da921c 100644 --- a/.changes/updater-new-bundle-support.md +++ b/.changes/updater-new-bundle-support.md @@ -3,4 +3,4 @@ "updater-js": minor --- -Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. +Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. This was added in https://github.com/tauri-apps/plugins-workspace/pull/2624