Skip to content

Commit 3a0f560

Browse files
release: 0.13.1
1 parent 8a89be6 commit 3a0f560

7 files changed

Lines changed: 19 additions & 6 deletions

File tree

.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.13.0"
2+
".": "0.13.1"
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.13.1 (2026-03-17)
4+
5+
Full Changelog: [v0.13.0...v0.13.1](https://github.com/fashn-AI/fashn-typescript-sdk/compare/v0.13.0...v0.13.1)
6+
7+
### Chores
8+
9+
* **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([003b4db](https://github.com/fashn-AI/fashn-typescript-sdk/commit/003b4db8eb8f21efa2576ec3f4ffeaa5611e16c5))
10+
* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([954b319](https://github.com/fashn-AI/fashn-typescript-sdk/commit/954b31937721eaa6fcf41a2bf80babfaca1ca18a))
11+
* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([7e94c06](https://github.com/fashn-AI/fashn-typescript-sdk/commit/7e94c062f4c52dd0ad50ef930fc6a58a2c9dfc3d))
12+
* **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([8a89be6](https://github.com/fashn-AI/fashn-typescript-sdk/commit/8a89be6761c35abb106dcfcf4ef54d71bb71d50d))
13+
* **internal:** tweak CI branches ([c41604c](https://github.com/fashn-AI/fashn-typescript-sdk/commit/c41604c0c2ed791573e30ae681e58412b2e6c72d))
14+
* **internal:** update dependencies to address dependabot vulnerabilities ([76cc049](https://github.com/fashn-AI/fashn-typescript-sdk/commit/76cc04944bbdeeb6d67645e2e888b8b229af31e1))
15+
316
## 0.13.0 (2026-03-09)
417

518
Full Changelog: [v0.12.0...v0.13.0](https://github.com/fashn-AI/fashn-typescript-sdk/compare/v0.12.0...v0.13.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fashn",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "The official TypeScript library for the Fashn API",
55
"author": "Fashn <>",
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": "fashn-mcp",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"description": "The official MCP Server for the Fashn API",
66
"author": {
77
"name": "Fashn"

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": "fashn-mcp",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "The official MCP Server for the Fashn API",
55
"author": "Fashn <>",
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: 'fashn_api',
23-
version: '0.13.0',
23+
version: '0.13.1',
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.13.0'; // x-release-please-version
1+
export const VERSION = '0.13.1'; // x-release-please-version

0 commit comments

Comments
 (0)