Skip to content

Commit e8f7156

Browse files
release: 0.20.0
1 parent 0ad20fe commit e8f7156

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-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-
".": "0.19.0"
2+
".": "0.20.0"
33
}

CHANGELOG.md

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

3+
## 0.20.0 (2025-12-09)
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 ([0ad20fe](https://github.com/inboundemail/inbound-typescript-sdk/commit/0ad20fecf3bd20dddba107b21ab5944c7eee90b6))
10+
11+
12+
### Chores
13+
14+
* **internal:** configure MCP Server hosting ([d4a7a76](https://github.com/inboundemail/inbound-typescript-sdk/commit/d4a7a7665c01b70b8dea8d835f761bbeeb5b18b9))
15+
316
## 0.19.0 (2025-12-09)
417

518
Full Changelog: [v0.18.0...v0.19.0](https://github.com/inboundemail/inbound-typescript-sdk/compare/v0.18.0...v0.19.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 <[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": "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 <[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: 'inboundemail_api',
37-
version: '0.19.0',
37+
version: '0.20.0',
3838
},
3939
{ capabilities: { tools: {}, logging: {} } },
4040
);

src/version.ts

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

0 commit comments

Comments
 (0)