File tree Expand file tree Collapse file tree 6 files changed +25
-5
lines changed
Expand file tree Collapse file tree 6 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 4.2.3 "
2+ "." : " 4.3.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.3.0 (2025-12-02)
4+
5+ Full Changelog: [ v4.2.3...v4.3.0] ( https://github.com/beeper/desktop-api-js/compare/v4.2.3...v4.3.0 )
6+
7+ ### Features
8+
9+ * ** mcp:** add detail field to docs search tool ([ 94efb53] ( https://github.com/beeper/desktop-api-js/commit/94efb539eb6279bd5e8076e9652aaac821d7e465 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** mcp:** return tool execution error on jq failure ([ cadbf31] ( https://github.com/beeper/desktop-api-js/commit/cadbf3111d4aff52467527cbad99abba90164cc8 ) )
15+
16+
17+ ### Chores
18+
19+ * ** client:** fix logger property type ([ 6ecc636] ( https://github.com/beeper/desktop-api-js/commit/6ecc636c5e0c2a2aeaed7da6e57a1663b3d711e7 ) )
20+ * ** mcp:** clarify http auth error ([ 79374fd] ( https://github.com/beeper/desktop-api-js/commit/79374fd11b48ad2c96097184b492b6f6f7710593 ) )
21+ * ** mcp:** upgrade jq-web ([ 298fec2] ( https://github.com/beeper/desktop-api-js/commit/298fec2720697f7c36077104a2325ecd05d9a839 ) )
22+
323## 4.2.3 (2025-11-08)
424
525Full Changelog: [ v4.2.2...v4.2.3] ( https://github.com/beeper/desktop-api-js/compare/v4.2.2...v4.2.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @beeper/desktop-api" ,
3- "version" : " 4.2.3 " ,
3+ "version" : " 4.3.0 " ,
44 "description" : " The official TypeScript library for the Beeper Desktop API" ,
55 "author" : " Beeper Desktop <help@beeper.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @beeper/desktop-mcp" ,
3- "version" : " 4.2.3 " ,
3+ "version" : " 4.3.0 " ,
44 "description" : " The official MCP Server for the Beeper Desktop API" ,
55 "author" : " Beeper Desktop <help@beeper.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff 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.3.0 ' ,
3838 } ,
3939 {
4040 capabilities : { tools : { } , logging : { } } ,
Original file line number Diff line number Diff line change 1- export const VERSION = '4.2.3 ' ; // x-release-please-version
1+ export const VERSION = '4.3.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments