Skip to content

Commit 1c0e998

Browse files
release: 1.4.0-alpha.1
1 parent 059f1e3 commit 1c0e998

4 files changed

Lines changed: 13 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.4.0-alpha.0"
2+
".": "1.4.0-alpha.1"
33
}

CHANGELOG.md

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

3+
## 1.4.0-alpha.1 (2026-05-07)
4+
5+
Full Changelog: [v1.4.0-alpha.0...v1.4.0-alpha.1](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.4.0-alpha.0...v1.4.0-alpha.1)
6+
7+
### Features
8+
9+
* [REMOTE-1538] Support base model on named agents ([3a54264](https://github.com/warpdotdev/oz-sdk-typescript/commit/3a54264de3e6baf3b379c92e48a00cbc9830831a))
10+
* **api:** api update ([059f1e3](https://github.com/warpdotdev/oz-sdk-typescript/commit/059f1e301e4ec75a6d8c27730ae8d01ef9bafc9d))
11+
* Surface platform credits in the public API ([01c55d8](https://github.com/warpdotdev/oz-sdk-typescript/commit/01c55d8fc871536332ea72cdfa2bc804466c4aba))
12+
313
## 1.4.0-alpha.0 (2026-05-03)
414

515
Full Changelog: [v1.3.0...v1.4.0-alpha.0](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.3.0...v1.4.0-alpha.0)

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

0 commit comments

Comments
 (0)