Skip to content

Commit 4904a1a

Browse files
release: 1.3.1
1 parent e89a72d commit 4904a1a

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.3.0"
2+
".": "1.3.1"
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.3.1 (2026-04-27)
4+
5+
Full Changelog: [v1.3.0...v1.3.1](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.3.0...v1.3.1)
6+
7+
### Chores
8+
9+
* **formatter:** run prettier and eslint separately ([20ec5ad](https://github.com/warpdotdev/oz-sdk-typescript/commit/20ec5ad25afaf80cc9ea7a1db924ce78b03c0da4))
10+
* **internal:** codegen related update ([e89a72d](https://github.com/warpdotdev/oz-sdk-typescript/commit/e89a72d48fb632e65fccc2fc6a4dbef994c1d50e))
11+
312
## 1.3.0 (2026-04-23)
413

514
Full Changelog: [v1.2.0...v1.3.0](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.2.0...v1.3.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.3.0",
3+
"version": "1.3.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.3.0'; // x-release-please-version
1+
export const VERSION = '1.3.1'; // x-release-please-version

0 commit comments

Comments
 (0)