Skip to content

Commit 0a5a694

Browse files
release: 0.5.0-alpha.6
1 parent a4364a3 commit 0a5a694

4 files changed

Lines changed: 11 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-
".": "0.5.0-alpha.5"
2+
".": "0.5.0-alpha.6"
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+
## 0.5.0-alpha.6 (2026-05-21)
4+
5+
Full Changelog: [v0.5.0-alpha.5...v0.5.0-alpha.6](https://github.com/ogx-ai/ogx-client-typescript/compare/v0.5.0-alpha.5...v0.5.0-alpha.6)
6+
7+
### Bug Fixes
8+
9+
* **api:** fix field-level schema mismatches in Responses models ([a4364a3](https://github.com/ogx-ai/ogx-client-typescript/commit/a4364a3ab2f046d3b29267d5db75c147e564ecad))
10+
311
## 0.5.0-alpha.5 (2026-05-12)
412

513
Full Changelog: [v0.5.0-alpha.4...v0.5.0-alpha.5](https://github.com/ogx-ai/ogx-client-typescript/compare/v0.5.0-alpha.4...v0.5.0-alpha.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ogx-client",
3-
"version": "0.5.0-alpha.5",
3+
"version": "0.5.0-alpha.6",
44
"description": "The official TypeScript library for the Ogx Client API",
55
"author": "Ogx Client <contributors@ogx.dev>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// This source code is licensed under the terms described in the LICENSE file in
55
// the root directory of this source tree.
66

7-
export const VERSION = '0.5.0-alpha.5'; // x-release-please-version
7+
export const VERSION = '0.5.0-alpha.6'; // x-release-please-version

0 commit comments

Comments
 (0)