Skip to content

Commit d1fdc77

Browse files
release: 1.0.0-alpha.10
1 parent 0c471b5 commit d1fdc77

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.0.0-alpha.9"
2+
".": "1.0.0-alpha.10"
33
}

CHANGELOG.md

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

3+
## 1.0.0-alpha.10 (2026-02-23)
4+
5+
Full Changelog: [v1.0.0-alpha.9...v1.0.0-alpha.10](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.0.0-alpha.9...v1.0.0-alpha.10)
6+
7+
### Features
8+
9+
* **api:** manual updates ([0c471b5](https://github.com/warpdotdev/oz-sdk-typescript/commit/0c471b5bbd2ec31d0dac0ec87b691a607efc5c75))
10+
311
## 1.0.0-alpha.9 (2026-02-23)
412

513
Full Changelog: [v1.0.0-alpha.8...v1.0.0-alpha.9](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.0.0-alpha.8...v1.0.0-alpha.9)

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

0 commit comments

Comments
 (0)