Skip to content

Commit 4315ceb

Browse files
release: 1.8.2
1 parent b2106b4 commit 4315ceb

4 files changed

Lines changed: 22 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-
".": "1.8.1"
2+
".": "1.8.2"
33
}

CHANGELOG.md

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

3+
## 1.8.2 (2026-02-24)
4+
5+
Full Changelog: [v1.8.1...v1.8.2](https://github.com/runloopai/api-client-ts/compare/v1.8.1...v1.8.2)
6+
7+
### Bug Fixes
8+
9+
* **docs/contributing:** correct pnpm link command ([b2106b4](https://github.com/runloopai/api-client-ts/commit/b2106b45a1265d552029d6db466fe3274ea997b3))
10+
* **internal:** skip tests that depend on mock server ([1aabd3a](https://github.com/runloopai/api-client-ts/commit/1aabd3a8f5c9fb287ebd8c9d8888d545de40d8aa))
11+
* workflow issues for npm stable tag and docs tar ([#721](https://github.com/runloopai/api-client-ts/issues/721)) ([2c5e7a4](https://github.com/runloopai/api-client-ts/commit/2c5e7a40f2b1cbcb73bb3ec17e2f4dd6e6e2ed6d))
12+
13+
14+
### Chores
15+
16+
* Add archive method to stainless ([#7537](https://github.com/runloopai/api-client-ts/issues/7537)) ([86f0cd0](https://github.com/runloopai/api-client-ts/commit/86f0cd04030c1a73886c032f4759164e02ade6c5))
17+
* allow specifying smoketests jest filter to workflow ([#722](https://github.com/runloopai/api-client-ts/issues/722)) ([b9d117b](https://github.com/runloopai/api-client-ts/commit/b9d117b23b5da12b38d7bc5e138079cedb40622b))
18+
* **documentation:** fixed bug in doc publishing ([#720](https://github.com/runloopai/api-client-ts/issues/720)) ([1eeb486](https://github.com/runloopai/api-client-ts/commit/1eeb486190d5184e7a9b8c363b68893c5492bf57))
19+
* **scenarios:** make scenario status enum instead of string ([#7552](https://github.com/runloopai/api-client-ts/issues/7552)) ([6d5b5fd](https://github.com/runloopai/api-client-ts/commit/6d5b5fd837d425740e407ba85228e10209ea83f1))
20+
* update mock server docs ([38d92e8](https://github.com/runloopai/api-client-ts/commit/38d92e8b8f0b1c9e5a0182b6fafb576eeb5b7fe1))
21+
322
## 1.8.1 (2026-02-19)
423

524
Full Changelog: [v1.8.0...v1.8.1](https://github.com/runloopai/api-client-ts/compare/v1.8.0...v1.8.1)

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

0 commit comments

Comments
 (0)