Skip to content

Commit a044360

Browse files
release: 1.0.0-alpha.12
1 parent 7a681f5 commit a044360

4 files changed

Lines changed: 12 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.0.0-alpha.11"
2+
".": "1.0.0-alpha.12"
33
}

CHANGELOG.md

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

3+
## 1.0.0-alpha.12 (2026-03-03)
4+
5+
Full Changelog: [v1.0.0-alpha.11...v1.0.0-alpha.12](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.0.0-alpha.11...v1.0.0-alpha.12)
6+
7+
### Features
8+
9+
* **api:** manual updates ([03e6564](https://github.com/warpdotdev/oz-sdk-typescript/commit/03e65641c27d33a84edcf6c6977f49c990df91ac))
10+
* **api:** manual updates ([7fec0d5](https://github.com/warpdotdev/oz-sdk-typescript/commit/7fec0d5d04e4bdaaf0fa9d6d3e9354544c83107a))
11+
312
## 1.0.0-alpha.11 (2026-03-03)
413

514
Full Changelog: [v1.0.0-alpha.10...v1.0.0-alpha.11](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.0.0-alpha.10...v1.0.0-alpha.11)

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.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
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.0.0-alpha.11'; // x-release-please-version
1+
export const VERSION = '1.0.0-alpha.12'; // x-release-please-version

0 commit comments

Comments
 (0)