Skip to content

Commit a8e7ee3

Browse files
release: 14.1.0
1 parent 87270d5 commit a8e7ee3

7 files changed

Lines changed: 18 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-
".": "14.0.0"
2+
".": "14.1.0"
33
}

CHANGELOG.md

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

3+
## 14.1.0 (2026-04-16)
4+
5+
Full Changelog: [v14.0.0...v14.1.0](https://github.com/muxinc/mux-node-sdk/compare/v14.0.0...v14.1.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([87270d5](https://github.com/muxinc/mux-node-sdk/commit/87270d5b158a5886e7e036a4a0fc832b33f61f6a))
10+
* **api:** manual updates ([4fa1a26](https://github.com/muxinc/mux-node-sdk/commit/4fa1a26931895fd99124578ce1854e91da319f01))
11+
* **api:** manual updates ([4e96958](https://github.com/muxinc/mux-node-sdk/commit/4e969587edf873068560c26f734580ba1cd1533d))
12+
* **api:** manual updates ([b99d7f7](https://github.com/muxinc/mux-node-sdk/commit/b99d7f7196b6f0133a47942ef4e09f4a590c8eb0))
13+
* **api:** manual updates ([c84cf15](https://github.com/muxinc/mux-node-sdk/commit/c84cf15a3a3d933e02ad462392f16d4275fdeb19))
14+
315
## 14.0.0 (2026-04-16)
416

517
Full Changelog: [v12.2.0...v14.0.0](https://github.com/muxinc/mux-node-sdk/compare/v12.2.0...v14.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mux/mux-node",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "The official TypeScript library for the Mux API",
55
"author": "Mux <devex@mux.com>",
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": "@mux/mcp",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"description": "The official MCP Server for the Mux API",
66
"author": {
77
"name": "Mux",

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": "@mux/mcp",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "The official MCP Server for the Mux API",
55
"author": "Mux <devex@mux.com>",
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: 'mux',
31-
version: '14.0.0',
31+
version: '14.1.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 = '14.0.0'; // x-release-please-version
1+
export const VERSION = '14.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)