Skip to content

Commit d6b0a80

Browse files
release: 1.24.2
1 parent d4c89b0 commit d6b0a80

7 files changed

Lines changed: 25 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-
".": "1.24.1"
2+
".": "1.24.2"
33
}

CHANGELOG.md

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

3+
## 1.24.2 (2026-07-10)
4+
5+
Full Changelog: [v1.24.1...v1.24.2](https://github.com/runloopai/api-client-ts/compare/v1.24.1...v1.24.2)
6+
7+
### Bug Fixes
8+
9+
* **blueprints:** remove create_from_inspection endpoint ([24ca969](https://github.com/runloopai/api-client-ts/commit/24ca969e34ba227235fa9efc422a5f8603d8f39a))
10+
* **smoketests:** instrument node:http2 in verify-http2.mjs, not undici ([#814](https://github.com/runloopai/api-client-ts/issues/814)) ([6ceb236](https://github.com/runloopai/api-client-ts/commit/6ceb236965305eb160788a74f365607d0ab56c5d))
11+
12+
13+
### Chores
14+
15+
* **deps:** remove dead undici HTTP/2 adapter and dependency ([#817](https://github.com/runloopai/api-client-ts/issues/817)) ([9792541](https://github.com/runloopai/api-client-ts/commit/979254137ff02d1abea72d2d05544aee97c656b6))
16+
17+
18+
### Documentation
19+
20+
* add agent PR guidance ([#813](https://github.com/runloopai/api-client-ts/issues/813)) ([be107b9](https://github.com/runloopai/api-client-ts/commit/be107b90195bdb1552afcfb1819812b07124a4d0))
21+
322
## 1.24.1 (2026-06-19)
423

524
Full Changelog: [v1.24.0...v1.24.1](https://github.com/runloopai/api-client-ts/compare/v1.24.0...v1.24.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/api-client",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
44
"description": "The official TypeScript library for the Runloop API",
55
"author": "Runloop <support@runloop.ai>",
66
"types": "dist/sdk.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": "@runloop/api-client-mcp",
4-
"version": "1.24.1",
4+
"version": "1.24.2",
55
"description": "The official MCP Server for the Runloop API",
66
"author": {
77
"name": "Runloop",

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": "@runloop/api-client-mcp",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
44
"description": "The official MCP Server for the Runloop API",
55
"author": "Runloop <support@runloop.ai>",
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
@@ -16,7 +16,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
1616
new McpServer(
1717
{
1818
name: 'runloop_api_client_api',
19-
version: '1.24.1',
19+
version: '1.24.2',
2020
},
2121
{
2222
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 = '1.24.1'; // x-release-please-version
1+
export const VERSION = '1.24.2'; // x-release-please-version

0 commit comments

Comments
 (0)