Skip to content

Commit 91c70ad

Browse files
release: 4.2.4
1 parent 79374fd commit 91c70ad

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.3"
2+
".": "4.2.4"
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.4 (2025-11-11)
4+
5+
Full Changelog: [v4.2.3...v4.2.4](https://github.com/beeper/desktop-api-js/compare/v4.2.3...v4.2.4)
6+
7+
### Chores
8+
9+
* **mcp:** clarify http auth error ([79374fd](https://github.com/beeper/desktop-api-js/commit/79374fd11b48ad2c96097184b492b6f6f7710593))
10+
311
## 4.2.3 (2025-11-08)
412

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

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.3",
3+
"version": "4.2.4",
44
"description": "The official TypeScript library for the Beeper Desktop API",
55
"author": "Beeper Desktop <help@beeper.com>",
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.3",
3+
"version": "4.2.4",
44
"description": "The official MCP Server for the Beeper Desktop API",
55
"author": "Beeper Desktop <help@beeper.com>",
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.3',
37+
version: '4.2.4',
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.3'; // x-release-please-version
1+
export const VERSION = '4.2.4'; // x-release-please-version

0 commit comments

Comments
 (0)