Skip to content

Commit 17942df

Browse files
authored
Merge pull request #18 from beeper/release-please--branches--main--changes--next--components--desktop-api
release: 4.2.2
2 parents 0d9ae3b + 393ac82 commit 17942df

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.2.1"
2+
".": "4.2.2"
33
}

CHANGELOG.md

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

3+
## 4.2.2 (2025-10-18)
4+
5+
Full Changelog: [v4.2.1...v4.2.2](https://github.com/beeper/desktop-api-js/compare/v4.2.1...v4.2.2)
6+
7+
### Bug Fixes
8+
9+
* **mcp:** set chatID for send message ([0d9ae3b](https://github.com/beeper/desktop-api-js/commit/0d9ae3b9d15364906c49701cec8690e516ec6d39))
10+
311
## 4.2.1 (2025-10-16)
412

513
Full Changelog: [v4.2.0...v4.2.1](https://github.com/beeper/desktop-api-js/compare/v4.2.0...v4.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beeper/desktop-api",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "The official TypeScript library for the Beeper Desktop API",
55
"author": "Beeper Desktop <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beeper/desktop-mcp",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "The official MCP Server for the Beeper Desktop API",
55
"author": "Beeper Desktop <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434
new McpServer(
3535
{
3636
name: 'beeper_desktop_api_api',
37-
version: '4.2.1',
37+
version: '4.2.2',
3838
},
3939
{
4040
capabilities: { tools: {}, logging: {} },

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.2.1'; // x-release-please-version
1+
export const VERSION = '4.2.2'; // x-release-please-version

0 commit comments

Comments
 (0)