Skip to content

Commit c7f8316

Browse files
release: 0.16.0
1 parent 6d5af51 commit c7f8316

7 files changed

Lines changed: 20 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.15.0"
2+
".": "0.16.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.16.0 (2026-06-25)
4+
5+
Full Changelog: [v0.15.0...v0.16.0](https://github.com/fashn-AI/fashn-typescript-sdk/compare/v0.15.0...v0.16.0)
6+
7+
### Features
8+
9+
* **api:** api update ([6d5af51](https://github.com/fashn-AI/fashn-typescript-sdk/commit/6d5af5104da54457ed2cc2e295feaa82c754ca34))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** send content-type header for requests with an omitted optional body ([84c75e7](https://github.com/fashn-AI/fashn-typescript-sdk/commit/84c75e7861550c9c0aa4b1d865eeb2793f00007c))
15+
* **mcp:** use `pure-lockfile` when building mcp server ([6daaf27](https://github.com/fashn-AI/fashn-typescript-sdk/commit/6daaf278aec4b2949037c548a786e69f37fd8317))
16+
317
## 0.15.0 (2026-05-25)
418

519
Full Changelog: [v0.14.0...v0.15.0](https://github.com/fashn-AI/fashn-typescript-sdk/compare/v0.14.0...v0.15.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.15.0",
3+
"version": "0.16.0",
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.15.0",
4+
"version": "0.16.0",
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.15.0",
3+
"version": "0.16.0",
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
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
2828
new McpServer(
2929
{
3030
name: 'fashn_api',
31-
version: '0.15.0',
31+
version: '0.16.0',
3232
},
3333
{
3434
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

src/version.ts

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

0 commit comments

Comments
 (0)