Release 1.0.0 (#4003)

This commit is contained in:
Stanislav Novosad
2025-11-14 21:43:39 -08:00
committed by GitHub
parent 9814f9803a
commit aefc86a453
9 changed files with 49 additions and 35 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.23",
"User-Agent": "@skyvern/client/0.2.23",
"X-Fern-SDK-Version": "1.0.0",
"User-Agent": "@skyvern/client/1.0.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},