diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 306dc078c..f16e9b1ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.31.0" + ".": "1.32.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d9f1997..dbe11a18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.32.0](https://github.com/runloopai/api-client-ts/compare/v1.31.0...v1.32.0) (2026-09-04) + + +### Features + +* **stlc:** automate SDK generation ([e931bce](https://github.com/runloopai/api-client-ts/commit/e931bcebddfda3eb790d0b0fcda1886fee9e4875)) + + +### Bug Fixes + +* **ci:** authenticate SDK back-sync pushes ([#1](https://github.com/runloopai/api-client-ts/issues/1)) ([1731eb2](https://github.com/runloopai/api-client-ts/commit/1731eb2b14c1a4a56b01ca579c62636cc0e31cac)) +* **docs:** publish documentation only on releases ([#831](https://github.com/runloopai/api-client-ts/issues/831)) ([3f27c88](https://github.com/runloopai/api-client-ts/commit/3f27c88f6a2058ad37adfaad8b38c237250621a8)) + + +### Chores + +* **stlc:** run Promote SDKs on a daily schedule ([d3e88a1](https://github.com/runloopai/api-client-ts/commit/d3e88a1a7e57699813fb23f227d3ee429643efa1)) +* **stlc:** run Promote SDKs on a daily schedule ([3256610](https://github.com/runloopai/api-client-ts/commit/325661011a65c26d86707673b5270cd647cad870)) + + +### Documentation + +* **readme:** lead with what Runloop is and add package keywords ([#836](https://github.com/runloopai/api-client-ts/issues/836)) ([51a7eab](https://github.com/runloopai/api-client-ts/commit/51a7eabb0cd607d74e79bf24e72c172aaa2985cd)) + ## [1.31.0](https://github.com/runloopai/api-client-ts/compare/v1.30.0...v1.31.0) (2026-08-25) diff --git a/package.json b/package.json index 10604970a..6b5ce40b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/api-client", - "version": "1.31.0", + "version": "1.32.0", "description": "Official TypeScript SDK for Runloop — secure microVM sandboxes (devboxes) where AI agents run code, edit files, and expose ports.", "keywords": [ "runloop", diff --git a/packages/mcp-server/manifest.json b/packages/mcp-server/manifest.json index aab5569fe..bcf39cf94 100644 --- a/packages/mcp-server/manifest.json +++ b/packages/mcp-server/manifest.json @@ -1,7 +1,7 @@ { "dxt_version": "0.2", "name": "@runloop/api-client-mcp", - "version": "1.31.0", + "version": "1.32.0", "description": "The official MCP Server for the Runloop API", "author": { "name": "Runloop", diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index 5a309210b..6bb6ca4f5 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/api-client-mcp", - "version": "1.31.0", + "version": "1.32.0", "description": "The official MCP Server for the Runloop API", "author": "Runloop ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index f3e32082e..49bad0d4c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.31.0'; // x-release-please-version +export const VERSION = '1.32.0'; // x-release-please-version