Skip to content

Commit 8991acd

Browse files
release: 0.30.0
1 parent bde4a7d commit 8991acd

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
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.29.3"
2+
".": "0.30.0"
33
}

CHANGELOG.md

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

3+
## 0.30.0 (2026-03-18)
4+
5+
Full Changelog: [v0.29.3...v0.30.0](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.29.3...v0.30.0)
6+
7+
### Features
8+
9+
* **api:** api update ([bde4a7d](https://github.com/brand-dot-dev/typescript-sdk/commit/bde4a7dbf808e1ecf8084805b598c684d18b8ae9))
10+
11+
12+
### Chores
13+
14+
* **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([e167d33](https://github.com/brand-dot-dev/typescript-sdk/commit/e167d33619f4ec64d1c30279a8104e35aceef339))
15+
* **internal:** tweak CI branches ([7143eb4](https://github.com/brand-dot-dev/typescript-sdk/commit/7143eb47d5df5b11f51dc8a47c4eb128f23f0e57))
16+
317
## 0.29.3 (2026-03-14)
418

519
Full Changelog: [v0.29.2...v0.29.3](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.29.2...v0.29.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brand.dev",
3-
"version": "0.29.3",
3+
"version": "0.30.0",
44
"description": "The official TypeScript library for the Brand Dev API",
55
"author": "Brand Dev <hello@brand.dev>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "brand.dev-mcp",
4-
"version": "0.29.3",
4+
"version": "0.30.0",
55
"description": "The official MCP Server for the Brand Dev API",
66
"author": {
77
"name": "Brand Dev",

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": "brand.dev-mcp",
3-
"version": "0.29.3",
3+
"version": "0.30.0",
44
"description": "The official MCP Server for the Brand Dev API",
55
"author": "Brand Dev <hello@brand.dev>",
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
@@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020
new McpServer(
2121
{
2222
name: 'brand_dev_api',
23-
version: '0.29.3',
23+
version: '0.30.0',
2424
},
2525
{
2626
instructions: await getInstructions(stainlessApiKey),

src/version.ts

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

0 commit comments

Comments
 (0)