diff --git a/.changeset/fix-release-workflow.md b/.changeset/fix-release-workflow.md deleted file mode 100644 index 7e62a3ae..00000000 --- a/.changeset/fix-release-workflow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@mcpmux/desktop": patch ---- - -Fix release workflow to properly create GitHub releases with changelog and binaries. The workflow now: -- Creates GitHub releases with proper release notes from changesets -- Uploads MSI, DEB, DMG, and AppImage packages to the release -- Generates updater JSON with signatures for auto-updates -- Uses @changesets/changelog-github for better changelog formatting with PR/author links diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index c3de3617..3b46c77a 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,15 @@ # @mcpmux/desktop +## 0.1.2 + +### Patch Changes + +- [#5](https://github.com/MCP-Mux/mcp-mux/pull/5) [`513fbee`](https://github.com/MCP-Mux/mcp-mux/commit/513fbeeab2ca3c57f6601887b5500cb3d7b7aa92) Thanks [@its-mash](https://github.com/its-mash)! - Fix release workflow to properly create GitHub releases with changelog and binaries. The workflow now: + - Creates GitHub releases with proper release notes from changesets + - Uploads MSI, DEB, DMG, and AppImage packages to the release + - Generates updater JSON with signatures for auto-updates + - Uses @changesets/changelog-github for better changelog formatting with PR/author links + ## 0.1.1 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 1c02d6ba..071eae5f 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@mcpmux/desktop", "private": true, - "version": "0.1.1", + "version": "0.1.2", "type": "module", "scripts": { "dev": "tauri dev",