Skip to content

Commit 673f532

Browse files
release: 0.1.0-alpha.25
1 parent 14f99e5 commit 673f532

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

.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.1.0-alpha.24"
2+
".": "0.1.0-alpha.25"
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.1.0-alpha.25 (2025-08-11)
4+
5+
Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/Benchify/benchify-sdk/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
6+
7+
### Features
8+
9+
* **api:** manual updates ([830b228](https://github.com/Benchify/benchify-sdk/commit/830b22887117a44f5c0ff8d8d8dc7ed06db10b64))
10+
11+
12+
### Chores
13+
14+
* **internal:** update comment in script ([584283c](https://github.com/Benchify/benchify-sdk/commit/584283cfc86b39fe3f3f02cbf9c306668900e959))
15+
* update @stainless-api/prism-cli to v5.15.0 ([7d35535](https://github.com/Benchify/benchify-sdk/commit/7d35535c31fba801ff83f9ccb9319d787c7a4682))
16+
317
## 0.1.0-alpha.24 (2025-08-08)
418

519
Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/Benchify/benchify-sdk/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchify",
3-
"version": "0.1.0-alpha.24",
3+
"version": "0.1.0-alpha.25",
44
"description": "The official TypeScript library for the Benchify API",
55
"author": "Benchify <>",
66
"types": "dist/index.d.ts",

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": "benchify-mcp",
3-
"version": "0.1.0-alpha.24",
3+
"version": "0.1.0-alpha.25",
44
"description": "The official MCP Server for the Benchify API",
55
"author": "Benchify <>",
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
@@ -26,7 +26,7 @@ export const newMcpServer = () =>
2626
new McpServer(
2727
{
2828
name: 'benchify_api',
29-
version: '0.1.0-alpha.24',
29+
version: '0.1.0-alpha.25',
3030
},
3131
{ capabilities: { tools: {}, logging: {} } },
3232
);

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.24'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.25'; // x-release-please-version

0 commit comments

Comments
 (0)