File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.19 .0"
2+ "." : " 0.20 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.20.0 (2025-12-11)
4+
5+ Full Changelog: [ v0.19.0...v0.20.0] ( https://github.com/inboundemail/inbound-typescript-sdk/compare/v0.19.0...v0.20.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ feb8844] ( https://github.com/inboundemail/inbound-typescript-sdk/commit/feb884455a3fceda6cf1968a10d6553299e98400 ) )
10+ * ** api:** api update ([ b7926ec] ( https://github.com/inboundemail/inbound-typescript-sdk/commit/b7926ec7c9dfea912995ec1e1be0cb89a02f2448 ) )
11+ * ** api:** api update ([ ba47317] ( https://github.com/inboundemail/inbound-typescript-sdk/commit/ba473173ccab81066589006e8f905a40c595d40f ) )
12+ * ** api:** api update ([ d2fb94d] ( https://github.com/inboundemail/inbound-typescript-sdk/commit/d2fb94d3af9c8ebaa77723d40c7710c8c8ba2ed6 ) )
13+ * ** api:** api update ([ 2299442] ( https://github.com/inboundemail/inbound-typescript-sdk/commit/22994422dd114b52a9af6c3e3797ca32394ebd4a ) )
14+ * ** api:** api update ([ 0ad20fe] ( https://github.com/inboundemail/inbound-typescript-sdk/commit/0ad20fecf3bd20dddba107b21ab5944c7eee90b6 ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * ** mcp:** add client instantiation options to code tool ([ cf6642b] ( https://github.com/inboundemail/inbound-typescript-sdk/commit/cf6642bed6778b624007f12f327b553aac286107 ) )
20+
21+
22+ ### Chores
23+
24+ * ** internal:** configure MCP Server hosting ([ d4a7a76] ( https://github.com/inboundemail/inbound-typescript-sdk/commit/d4a7a7665c01b70b8dea8d835f761bbeeb5b18b9 ) )
25+
326## 0.19.0 (2025-12-09)
427
528Full Changelog: [ v0.18.0...v0.19.0] ( https://github.com/inboundemail/inbound-typescript-sdk/compare/v0.18.0...v0.19.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " inboundemail" ,
3- "version" : " 0.19 .0" ,
3+ "version" : " 0.20 .0" ,
44 "description" : " The official TypeScript library for the Inbound API" ,
55 "author" : " Inbound <sdk@inbound.new>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " inbound-docs-mcp" ,
3- "version" : " 0.19 .0" ,
3+ "version" : " 0.20 .0" ,
44 "description" : " The official MCP Server for the Inbound API" ,
55 "author" : " Inbound <sdk@inbound.new>" ,
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 : 'inboundemail_api' ,
37- version : '0.19 .0' ,
37+ version : '0.20 .0' ,
3838 } ,
3939 { capabilities : { tools : { } , logging : { } } } ,
4040 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '0.19 .0' ; // x-release-please-version
1+ export const VERSION = '0.20 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments