Skip to content

Commit 5e593bf

Browse files
release: 1.1.0-alpha.2
1 parent 66fea6a commit 5e593bf

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.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-alpha.1"
2+
".": "1.1.0-alpha.2"
33
}

CHANGELOG.md

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

3+
## 1.1.0-alpha.2 (2026-04-09)
4+
5+
Full Changelog: [v1.1.0-alpha.1...v1.1.0-alpha.2](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.1.0-alpha.1...v1.1.0-alpha.2)
6+
7+
### Features
8+
9+
* [Artifacts] public API file artifact downloads ([66fea6a](https://github.com/warpdotdev/oz-sdk-typescript/commit/66fea6a12b356bd3c24050389d47a6e21a5926f0))
10+
* Add parent_run_id to retrieve/list runs API response ([c1295cf](https://github.com/warpdotdev/oz-sdk-typescript/commit/c1295cf9034313115bdbe2a23e41ab4c672047a7))
11+
* **api:** api update ([83c815d](https://github.com/warpdotdev/oz-sdk-typescript/commit/83c815dfd79b067bc18e7ba1123719c2f54dfd30))
12+
* **api:** api update ([1e3f393](https://github.com/warpdotdev/oz-sdk-typescript/commit/1e3f39319c2ac03806346752718d70e22d36359c))
13+
* **api:** api update ([277a2bd](https://github.com/warpdotdev/oz-sdk-typescript/commit/277a2bd8d5ba56805912cbe4ae457a936ec5fa12))
14+
* **api:** api update ([aca8a44](https://github.com/warpdotdev/oz-sdk-typescript/commit/aca8a443ea20f2305b621a821e81d03d63055087))
15+
* **api:** api update ([d5fe6bc](https://github.com/warpdotdev/oz-sdk-typescript/commit/d5fe6bcaa5fa0cd6aa24db5c7b39ec8a9d7e7156))
16+
* **api:** manual updates ([4923772](https://github.com/warpdotdev/oz-sdk-typescript/commit/49237729d9ccbe80b4e67b744ffe643d5dd78510))
17+
* **api:** manual updates ([9198d9d](https://github.com/warpdotdev/oz-sdk-typescript/commit/9198d9d1677e55fed526c9745dd05fdafd71ecae))
18+
* Define auth secrets and inject them into the environment. ([16c66fd](https://github.com/warpdotdev/oz-sdk-typescript/commit/16c66fdcfa1844f1ecaa925f0a200080925ce821))
19+
* ian/fix_conversation_id_nameing ([ee5e961](https://github.com/warpdotdev/oz-sdk-typescript/commit/ee5e961e92188a77236d1f1df042a5efab06940d))
20+
21+
22+
### Chores
23+
24+
* **internal:** codegen related update ([3cd87de](https://github.com/warpdotdev/oz-sdk-typescript/commit/3cd87de85c86c0f84ce45eed3c1e62a37d1b1b04))
25+
326
## 1.1.0-alpha.1 (2026-04-02)
427

528
Full Changelog: [v1.1.0-alpha.0...v1.1.0-alpha.1](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.1.0-alpha.0...v1.1.0-alpha.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oz-agent-sdk",
3-
"version": "1.1.0-alpha.1",
3+
"version": "1.1.0-alpha.2",
44
"description": "The official TypeScript library for the Oz API API",
55
"author": "Oz API <>",
66
"types": "dist/index.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-alpha.1'; // x-release-please-version
1+
export const VERSION = '1.1.0-alpha.2'; // x-release-please-version

0 commit comments

Comments
 (0)