File tree Expand file tree Collapse file tree 7 files changed +29
-6
lines changed
Expand file tree Collapse file tree 7 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 14.0 .0"
2+ "." : " 14.1 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 14.1.0 (2026-04-17)
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 ([ 8653dc0] ( https://github.com/muxinc/mux-node-sdk/commit/8653dc054c1181ddab46560af83cc7da02b2609c ) )
10+ * ** api:** manual updates ([ 4b5fe62] ( https://github.com/muxinc/mux-node-sdk/commit/4b5fe6254fa25b961754db7d8cb2b356dceeabb5 ) )
11+ * ** api:** manual updates ([ c88746a] ( https://github.com/muxinc/mux-node-sdk/commit/c88746aecd730528156f38d1ba5fbe14162d4cbb ) )
12+ * ** api:** manual updates ([ 2bbbbf8] ( https://github.com/muxinc/mux-node-sdk/commit/2bbbbf8b1228d53dc0b61bfdb928c8dadedef0ec ) )
13+ * ** api:** manual updates ([ 13de63a] ( https://github.com/muxinc/mux-node-sdk/commit/13de63a38fd26e56fc54feffcb2f41ec190aeb7a ) )
14+ * ** api:** manual updates ([ 733dfea] ( https://github.com/muxinc/mux-node-sdk/commit/733dfeac6c135bbb6a088d31b7254d1b84a6e545 ) )
15+ * ** api:** manual updates ([ 87270d5] ( https://github.com/muxinc/mux-node-sdk/commit/87270d5b158a5886e7e036a4a0fc832b33f61f6a ) )
16+ * ** api:** manual updates ([ 4fa1a26] ( https://github.com/muxinc/mux-node-sdk/commit/4fa1a26931895fd99124578ce1854e91da319f01 ) )
17+ * ** api:** manual updates ([ 4e96958] ( https://github.com/muxinc/mux-node-sdk/commit/4e969587edf873068560c26f734580ba1cd1533d ) )
18+ * ** api:** manual updates ([ b99d7f7] ( https://github.com/muxinc/mux-node-sdk/commit/b99d7f7196b6f0133a47942ef4e09f4a590c8eb0 ) )
19+ * ** api:** manual updates ([ c84cf15] ( https://github.com/muxinc/mux-node-sdk/commit/c84cf15a3a3d933e02ad462392f16d4275fdeb19 ) )
20+
21+
22+ ### Chores
23+
24+ * update robots docs for 30-day job availability ([ #411 ] ( https://github.com/muxinc/mux-node-sdk/issues/411 ) ) ([ 786b1e8] ( https://github.com/muxinc/mux-node-sdk/commit/786b1e8e8db383527fe6e080369f677149b5b14c ) )
25+
326## 14.0.0 (2026-04-16)
427
528Full Changelog: [ v12.2.0...v14.0.0] ( https://github.com/muxinc/mux-node-sdk/compare/v12.2.0...v14.0.0 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 } ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '14.0 .0' ; // x-release-please-version
1+ export const VERSION = '14.1 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments