Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.31.0"
".": "1.32.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -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 <support@runloop.ai>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.31.0'; // x-release-please-version
export const VERSION = '1.32.0'; // x-release-please-version