We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb270bc commit 68d48e2Copy full SHA for 68d48e2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hume",
3
- "version": "0.14.2",
+ "version": "0.15.0",
4
"private": false,
5
"repository": "github:humeai/hume-typescript-sdk",
6
"type": "commonjs",
src/Client.ts
@@ -47,8 +47,8 @@ export class HumeClient {
47
48
"X-Fern-Language": "JavaScript",
49
"X-Fern-SDK-Name": "hume",
50
- "X-Fern-SDK-Version": "0.14.2",
51
- "User-Agent": "hume/0.14.2",
+ "X-Fern-SDK-Version": "0.15.0",
+ "User-Agent": "hume/0.15.0",
52
"X-Fern-Runtime": core.RUNTIME.type,
53
"X-Fern-Runtime-Version": core.RUNTIME.version,
54
},
src/version.ts
@@ -1 +1 @@
-export const SDK_VERSION = "0.14.2";
+export const SDK_VERSION = "0.15.0";
0 commit comments