Skip to content

Commit 86beb5a

Browse files
chore: version packages
1 parent 513fbee commit 86beb5a

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/fix-release-workflow.md

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

apps/desktop/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mcpmux/desktop
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#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:
8+
- Creates GitHub releases with proper release notes from changesets
9+
- Uploads MSI, DEB, DMG, and AppImage packages to the release
10+
- Generates updater JSON with signatures for auto-updates
11+
- Uses @changesets/changelog-github for better changelog formatting with PR/author links
12+
313
## 0.1.1
414

515
### Patch Changes

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mcpmux/desktop",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "tauri dev",

0 commit comments

Comments
 (0)