File tree Expand file tree Collapse file tree 6 files changed +31
-5
lines changed Expand file tree Collapse file tree 6 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.26 "
2
+ "." : " 0.1.0-alpha.27 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.27 (2025-08-18)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.26...v0.1.0-alpha.27] ( https://github.com/Benchify/benchify-sdk/compare/v0.1.0-alpha.26...v0.1.0-alpha.27 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ 38868ee] ( https://github.com/Benchify/benchify-sdk/commit/38868ee05dcb933892f6832bf774a82920b3e859 ) )
10
+ * ** api:** api update ([ dc63afb] ( https://github.com/Benchify/benchify-sdk/commit/dc63afb29c6736cabe999255ecb8e92d3bfbb763 ) )
11
+ * ** api:** api update ([ 8d0d58a] ( https://github.com/Benchify/benchify-sdk/commit/8d0d58adfb215d36ffbc970a8bd28f1ad4e6da78 ) )
12
+ * ** api:** api update ([ 585d01e] ( https://github.com/Benchify/benchify-sdk/commit/585d01e40f89c2d7a4cde9cbda7efcb65b5b70b4 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * ** mcp:** generate additionalProperties=true for map schemas to avoid validation issues ([ cf925ad] ( https://github.com/Benchify/benchify-sdk/commit/cf925ad24dc8709fe0ed65ea1616fec5571496e9 ) )
18
+
19
+
20
+ ### Chores
21
+
22
+ * ** deps:** update dependency @types/node to v20.17.58 ([ 6efc5bf] ( https://github.com/Benchify/benchify-sdk/commit/6efc5bfe43b91566e490952b551dbd3bb5a33085 ) )
23
+ * ** internal:** codegen related update ([ 2c2d91b] ( https://github.com/Benchify/benchify-sdk/commit/2c2d91b26fc1c2084ebe5fefe223ba3533ee1e20 ) )
24
+ * ** internal:** formatting change ([ bf8be45] ( https://github.com/Benchify/benchify-sdk/commit/bf8be452e307ff976370b534681457ca5bcb52c0 ) )
25
+ * ** mcp:** document remote server in README.md ([ a9436b7] ( https://github.com/Benchify/benchify-sdk/commit/a9436b77e2c2e5880a66c7e56202284bf52b2118 ) )
26
+ * ** mcp:** minor cleanup of types and package.json ([ 4457795] ( https://github.com/Benchify/benchify-sdk/commit/4457795b4f1314342ab309c840ad1fe3a3ae1f31 ) )
27
+ * ** mcp:** update README ([ bf15c28] ( https://github.com/Benchify/benchify-sdk/commit/bf15c28363dcbed6ca86e84358efff64631893b4 ) )
28
+
3
29
## 0.1.0-alpha.26 (2025-08-11)
4
30
5
31
Full Changelog: [ v0.1.0-alpha.25...v0.1.0-alpha.26] ( https://github.com/Benchify/benchify-sdk/compare/v0.1.0-alpha.25...v0.1.0-alpha.26 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " benchify" ,
3
- "version" : " 0.1.0-alpha.26 " ,
3
+ "version" : " 0.1.0-alpha.27 " ,
4
4
"description" : " The official TypeScript library for the Benchify API" ,
5
5
"author" : " Benchify <>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " benchify-mcp" ,
3
- "version" : " 0.1.0-alpha.26 " ,
3
+ "version" : " 0.1.0-alpha.27 " ,
4
4
"description" : " The official MCP Server for the Benchify API" ,
5
5
"author" : " Benchify <>" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const newMcpServer = () =>
26
26
new McpServer (
27
27
{
28
28
name : 'benchify_api' ,
29
- version : '0.1.0-alpha.26 ' ,
29
+ version : '0.1.0-alpha.27 ' ,
30
30
} ,
31
31
{ capabilities : { tools : { } , logging : { } } } ,
32
32
) ;
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.1.0-alpha.26 ' ; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.27 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments