Skip to content

Commit fb92ad1

Browse files
authored
Merge pull request #4 from stainless-sdks/main--merge-conflict
⚠️ Update blocked by conflict
2 parents 2aa9538 + e00bbde commit fb92ad1

File tree

8 files changed

+19
-11
lines changed

8 files changed

+19
-11
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.30.0"
2+
".": "0.31.0"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-1cd00999a087b24743cf3a2849c9bd0ea1ed6b5a0dac3a8f0e26c6a58d26d6bf.yml
3-
openapi_spec_hash: f95a256f049293caa5abc0912939a9ff
4-
config_hash: 25b721dbe22baba168a4d891909090e9
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-5fa88d5279ee91162b7b446f7612fd1e49b5c14e958aeef151e6e942af699286.yml
3+
openapi_spec_hash: b2746128fd1c16d64946e99b2b0137b9
4+
config_hash: 4cd3173ea1cce7183640aae49cfbb374

CHANGELOG.md

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

3+
## 0.31.0 (2026-03-18)
4+
5+
Full Changelog: [v0.30.0...v0.31.0](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.30.0...v0.31.0)
6+
7+
### Features
8+
9+
* **api:** api update ([c9407d3](https://github.com/brand-dot-dev/typescript-sdk/commit/c9407d37f3ec77088864397488aad4d95de72452))
10+
311
## 0.30.0 (2026-03-18)
412

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "brand.dev",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"description": "The official TypeScript library for the Brand Dev API",
5-
"author": "Brand Dev <hello@context.dev>",
5+
"author": "Brand Dev <hello@brand.dev>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

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.30.0",
4+
"version": "0.31.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "brand.dev-mcp",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"description": "The official MCP Server for the Brand Dev API",
5-
"author": "Brand Dev <hello@context.dev>",
5+
"author": "Brand Dev <hello@brand.dev>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

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.30.0',
23+
version: '0.31.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.30.0'; // x-release-please-version
1+
export const VERSION = '0.31.0'; // x-release-please-version

0 commit comments

Comments
 (0)