Skip to content

Commit 8bb7787

Browse files
release: 1.1.0
1 parent 3942c10 commit 8bb7787

5 files changed

Lines changed: 26 additions & 5 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-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

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

3+
## 1.1.0 (2025-12-02)
4+
5+
Full Changelog: [v1.0.0...v1.1.0](https://github.com/runloopai/api-client-ts/compare/v1.0.0...v1.1.0)
6+
7+
### Features
8+
9+
* **blueprints:** Add build context to the OpenAPI spec ([#6494](https://github.com/runloopai/api-client-ts/issues/6494)) ([3b66fbb](https://github.com/runloopai/api-client-ts/commit/3b66fbbdaad9218194b7da7617ee7911efaa67c0))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** don't ignore devbox keep_alive, suspend and resume in api ([3d1fec6](https://github.com/runloopai/api-client-ts/commit/3d1fec6e3f47acb905c19af97b9cc2a2601ef3ef))
15+
* **devbox:** launch parameter typo ([b076bfa](https://github.com/runloopai/api-client-ts/commit/b076bfa98ef77474bf52aca85d8ffaa3298935ff))
16+
* **scorer:** fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT ([f0fba36](https://github.com/runloopai/api-client-ts/commit/f0fba364a0253d080dcf324a306c8b3ba0f4bae4))
17+
18+
19+
### Chores
20+
21+
* hide build context APIs ([c847651](https://github.com/runloopai/api-client-ts/commit/c8476516ac98dfa22540504b3af1b0587a121a9f))
22+
* **mounts:** Update documentation for deprecated fields to direct the user to the replacement API ([3942c10](https://github.com/runloopai/api-client-ts/commit/3942c10b5b2ceb77011b80d2c4a3cf0f0747730b))
23+
324
## 1.0.0 (2025-12-01)
425

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.0.0",
3+
"version": "1.1.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 = '1.0.0'; // x-release-please-version
1+
export const VERSION = '1.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)