From 14a736707010933e1c8efe0a839d84db7547287b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:23:35 +0000 Subject: [PATCH] release: 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93e2be7fb..37fcefaab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.69.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb273461..92b7eb321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.0.0 (2025-12-01) + +Full Changelog: [v0.69.0...v1.0.0](https://github.com/runloopai/api-client-ts/compare/v0.69.0...v1.0.0) + +### Features + +* **devbox:** added devbox.shell(shellName) command and stateful shell class to SDK ([#665](https://github.com/runloopai/api-client-ts/issues/665)) ([ad9474f](https://github.com/runloopai/api-client-ts/commit/ad9474f9a8a25c331be7d51bebc5d6934db9ec6d)) + + +### Chores + +* **blueprints:** Add convenience build_context API that takes a StorageObject directly. ([#666](https://github.com/runloopai/api-client-ts/issues/666)) ([ec2beaf](https://github.com/runloopai/api-client-ts/commit/ec2beafd9d8091b1b679921ed9a871d57fa8dbdf)) +* Remove broken tests and command_id for exec ([#668](https://github.com/runloopai/api-client-ts/issues/668)) ([0ca3940](https://github.com/runloopai/api-client-ts/commit/0ca394035f746cce5492ac86ce9e5ce21c3ec592)) + ## 0.69.0 (2025-11-25) Full Changelog: [v0.68.0...v0.69.0](https://github.com/runloopai/api-client-ts/compare/v0.68.0...v0.69.0) diff --git a/package-lock.json b/package-lock.json index e2037439b..3afd4f0c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@runloop/api-client", - "version": "0.69.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@runloop/api-client", - "version": "0.69.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@types/node": "^18.11.18", diff --git a/package.json b/package.json index 02d925040..2be2d1c00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/api-client", - "version": "0.69.0", + "version": "1.0.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 f88b6d2e2..bea2896f0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.69.0'; // x-release-please-version +export const VERSION = '1.0.0'; // x-release-please-version