Skip to content

Commit 98d0a54

Browse files
SDK regeneration
Unable to analyze changes with AI, incrementing PATCH version.
1 parent 2223830 commit 98d0a54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.14 - 2025-12-19
1+
## 0.0.15 - 2025-12-19
22
* SDK regeneration
33
* Unable to analyze changes with AI, incrementing PATCH version.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phenoml",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"private": false,
55
"repository": "github:PhenoML/phenoml-ts-sdk",
66
"type": "commonjs",

src/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class phenomlClient {
4040
{
4141
"X-Fern-Language": "JavaScript",
4242
"X-Fern-SDK-Name": "phenoml",
43-
"X-Fern-SDK-Version": "0.0.14",
43+
"X-Fern-SDK-Version": "0.0.15",
4444
"User-Agent": "phenoml/AUTO",
4545
"X-Fern-Runtime": core.RUNTIME.type,
4646
"X-Fern-Runtime-Version": core.RUNTIME.version,

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.0.14";
1+
export const SDK_VERSION = "0.0.15";

0 commit comments

Comments
 (0)