Skip to content

Commit 21aa92e

Browse files
stainless-app[bot]vikasnair
authored andcommitted
release: 0.13.7
1 parent 70c273f commit 21aa92e

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-
".": "0.13.6"
2+
".": "0.13.7"
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.13.7 (2025-08-20)
4+
5+
Full Changelog: [v0.13.6...v0.13.7](https://github.com/openlayer-ai/openlayer-ts/compare/v0.13.6...v0.13.7)
6+
7+
### Bug Fixes
8+
9+
* bedrock traces do not have correct latency in TypeScript client ([70c273f](https://github.com/openlayer-ai/openlayer-ts/commit/70c273f03e9bc3ba5ba6cee94cc3d9f55cb5cdaa))
10+
311
## 0.13.6 (2025-08-19)
412

513
Full Changelog: [v0.13.5...v0.13.6](https://github.com/openlayer-ai/openlayer-ts/compare/v0.13.5...v0.13.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openlayer",
3-
"version": "0.13.6",
3+
"version": "0.13.7",
44
"description": "The official TypeScript library for the Openlayer API",
55
"author": "Openlayer <support@openlayer.com>",
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 = '0.13.6'; // x-release-please-version
1+
export const VERSION = '0.13.7'; // x-release-please-version

0 commit comments

Comments
 (0)