Release v0.2.23 (#3969)

This commit is contained in:
Stanislav Novosad
2025-11-11 16:35:13 -07:00
committed by GitHub
parent c8baa9f3ec
commit 1688f07f94
7 changed files with 23 additions and 23 deletions

View File

@@ -30,8 +30,8 @@ export class SkyvernClient {
"x-api-key": _options?.apiKey,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@skyvern/client",
"X-Fern-SDK-Version": "0.2.22",
"User-Agent": "@skyvern/client/0.2.22",
"X-Fern-SDK-Version": "0.2.23",
"User-Agent": "@skyvern/client/0.2.23",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},