Skip to content

Commit 8305464

Browse files
release: 0.70.0
1 parent 0ca3940 commit 8305464

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.69.0"
2+
".": "0.70.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.70.0 (2025-11-26)
4+
5+
Full Changelog: [v0.69.0...v0.70.0](https://github.com/runloopai/api-client-ts/compare/v0.69.0...v0.70.0)
6+
7+
### Features
8+
9+
* **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))
10+
11+
12+
### Chores
13+
14+
* **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))
15+
* 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))
16+
317
## 0.69.0 (2025-11-25)
418

519
Full Changelog: [v0.68.0...v0.69.0](https://github.com/runloopai/api-client-ts/compare/v0.68.0...v0.69.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/api-client",
3-
"version": "0.69.0",
3+
"version": "0.70.0",
44
"description": "The official TypeScript library for the Runloop API",
55
"author": "Runloop <support@runloop.ai>",
66
"types": "dist/sdk.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.69.0'; // x-release-please-version
1+
export const VERSION = '0.70.0'; // x-release-please-version

0 commit comments

Comments
 (0)