diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fcfdf7a7..d9246ddf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7280b54a..278a41fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.10.0 (2026-02-26) + +Full Changelog: [v1.9.0...v1.10.0](https://github.com/runloopai/api-client-ts/compare/v1.9.0...v1.10.0) + +### Features + +* add MCP Hub to sdk ([#714](https://github.com/runloopai/api-client-ts/issues/714)) ([4bc5ba4](https://github.com/runloopai/api-client-ts/commit/4bc5ba46742270fa2c8855668c5aa189aee5beff)) + + +### Bug Fixes + +* **documentation:** fixed doc publishing ([#727](https://github.com/runloopai/api-client-ts/issues/727)) ([e152cdb](https://github.com/runloopai/api-client-ts/commit/e152cdb9eab36b50dca20fdc46775aa9dbd51434)) + + +### Chores + +* revert "Allow specifying smoketests jest filter to workflow" ([#725](https://github.com/runloopai/api-client-ts/issues/725)) ([a244af3](https://github.com/runloopai/api-client-ts/commit/a244af3f07663e39df73e6ec928123def42077da)) + ## 1.9.0 (2026-02-25) Full Changelog: [v1.8.1...v1.9.0](https://github.com/runloopai/api-client-ts/compare/v1.8.1...v1.9.0) diff --git a/package.json b/package.json index 9c0124b5b..612042e2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/api-client", - "version": "1.9.0", + "version": "1.10.0", "description": "The official TypeScript library for the Runloop API", "author": "Runloop ", "types": "dist/sdk.d.ts", diff --git a/src/version.ts b/src/version.ts index d6d803fa2..36c3648c0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.9.0'; // x-release-please-version +export const VERSION = '1.10.0'; // x-release-please-version