Skip to content

Commit 76debef

Browse files
release: 1.2.0
1 parent 8d9a60e commit 76debef

5 files changed

Lines changed: 20 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.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## 1.2.0 (2025-12-17)
4+
5+
Full Changelog: [v1.1.0...v1.2.0](https://github.com/runloopai/api-client-ts/compare/v1.1.0...v1.2.0)
6+
7+
### Features
8+
9+
* **benchmarks:** add `update_scenarios` method to benchmarks resource ([eb173df](https://github.com/runloopai/api-client-ts/commit/eb173df51231eb0b8880df8e6fa76d1f04647754))
10+
* **mounts:** add convenience helper for inline mounting storage objects ([#675](https://github.com/runloopai/api-client-ts/issues/675)) ([2e5866c](https://github.com/runloopai/api-client-ts/commit/2e5866c4b4f80078144f218c4c7145f767e8b2a0))
11+
12+
13+
### Bug Fixes
14+
15+
* **benchmarks:** `update()` for benchmarks and scenarios replaces all provided fields and does not modify unspecified fields ([#6702](https://github.com/runloopai/api-client-ts/issues/6702)) ([8d9a60e](https://github.com/runloopai/api-client-ts/commit/8d9a60ef31ff5fcfc10e17754e0d4cd9a7a0569f))
16+
* **documentation:** added types to the typedoc main list and fixed some decorators ([#677](https://github.com/runloopai/api-client-ts/issues/677)) ([392007d](https://github.com/runloopai/api-client-ts/commit/392007d6555582d9a00b877e2ba6c1ea0de4236d))
17+
318
## 1.1.0 (2025-12-13)
419

520
Full Changelog: [v1.0.0...v1.1.0](https://github.com/runloopai/api-client-ts/compare/v1.0.0...v1.1.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.1.0",
3+
"version": "1.2.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.1.0'; // x-release-please-version
1+
export const VERSION = '1.2.0'; // x-release-please-version

0 commit comments

Comments
 (0)