Skip to content

Commit 68d48e2

Browse files
🌿 Fern Regeneration -- October 28, 2025 (#573)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent cb270bc commit 68d48e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hume",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"private": false,
55
"repository": "github:humeai/hume-typescript-sdk",
66
"type": "commonjs",

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export class HumeClient {
4747
{
4848
"X-Fern-Language": "JavaScript",
4949
"X-Fern-SDK-Name": "hume",
50-
"X-Fern-SDK-Version": "0.14.2",
51-
"User-Agent": "hume/0.14.2",
50+
"X-Fern-SDK-Version": "0.15.0",
51+
"User-Agent": "hume/0.15.0",
5252
"X-Fern-Runtime": core.RUNTIME.type,
5353
"X-Fern-Runtime-Version": core.RUNTIME.version,
5454
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "0.14.2";
1+
export const SDK_VERSION = "0.15.0";

0 commit comments

Comments
 (0)