Skip to content

Commit 9cb55a5

Browse files
release: 1.0.1
1 parent f0fba36 commit 9cb55a5

5 files changed

Lines changed: 19 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.0.1"
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+
## 1.0.1 (2025-12-02)
4+
5+
Full Changelog: [v1.0.0...v1.0.1](https://github.com/runloopai/api-client-ts/compare/v1.0.0...v1.0.1)
6+
7+
### Bug Fixes
8+
9+
* **devbox:** launch parameter typo ([b076bfa](https://github.com/runloopai/api-client-ts/commit/b076bfa98ef77474bf52aca85d8ffaa3298935ff))
10+
* **scorer:** fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT ([f0fba36](https://github.com/runloopai/api-client-ts/commit/f0fba364a0253d080dcf324a306c8b3ba0f4bae4))
11+
12+
13+
### Chores
14+
15+
* hide build context APIs ([c847651](https://github.com/runloopai/api-client-ts/commit/c8476516ac98dfa22540504b3af1b0587a121a9f))
16+
317
## 1.0.0 (2025-12-01)
418

519
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.0.1",
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.0.1'; // x-release-please-version

0 commit comments

Comments
 (0)