Skip to content

Commit d252498

Browse files
committed
release: 0.1.0-alpha.25
1 parent b17fbd2 commit d252498

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.25 (2026-02-18)
4+
5+
Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/stainless-api/stainless-api-typescript/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([2e90eec](https://github.com/stainless-api/stainless-api-typescript/commit/2e90eec95379f398307197e4301bb241815b5f7a))
10+
311
## 0.1.0-alpha.24 (2026-02-17)
412

513
Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/stainless-api/stainless-api-typescript/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": "@stainless-api/sdk",
3-
"version": "0.1.0-alpha.24",
3+
"version": "0.1.0-alpha.25",
44
"description": "The official TypeScript library for the Stainless API",
55
"author": "Stainless <support@stainless.com>",
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": "@stainless-api/sdk-mcp",
3-
"version": "0.1.0-alpha.24",
3+
"version": "0.1.0-alpha.25",
44
"description": "The official MCP Server for the Stainless API",
55
"author": "Stainless <support@stainless.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
@@ -56,7 +56,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
5656
new McpServer(
5757
{
5858
name: 'stainless_api_sdk_api',
59-
version: '0.1.0-alpha.24',
59+
version: '0.1.0-alpha.25',
6060
},
6161
{
6262
instructions: await getInstructions(stainlessApiKey),

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)