diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 306dc078c..88ae5a858 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.31.0" + ".": "1.31.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d9f1997..9b8ff1625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.31.1](https://github.com/runloopai/api-client-ts/compare/v1.31.0...v1.31.1) (2026-08-27) + + +### 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)) + ## [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 d47e214f4..e0aa04fc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/api-client", - "version": "1.31.0", + "version": "1.31.1", "description": "The official TypeScript library for the Runloop API", "author": "Runloop ", "types": "dist/sdk.d.ts", diff --git a/packages/mcp-server/manifest.json b/packages/mcp-server/manifest.json index aab5569fe..2af3f3140 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.31.1", "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..2225af5b0 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.31.1", "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..50609232d 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.31.1'; // x-release-please-version