We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0e5b3 commit 7450f98Copy full SHA for 7450f98
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webflow-api",
3
- "version": "3.3.0",
+ "version": "3.3.0-beta",
4
"private": false,
5
"repository": "github:webflow/js-webflow-api",
6
"main": "./index.js",
src/Client.ts
@@ -52,8 +52,8 @@ export class WebflowClient {
52
53
"X-Fern-Language": "JavaScript",
54
"X-Fern-SDK-Name": "webflow-api",
55
- "X-Fern-SDK-Version": "3.3.0",
56
- "User-Agent": "webflow-api/3.3.0",
+ "X-Fern-SDK-Version": "3.3.0-beta",
+ "User-Agent": "webflow-api/3.3.0-beta",
57
"X-Fern-Runtime": core.RUNTIME.type,
58
"X-Fern-Runtime-Version": core.RUNTIME.version,
59
},
src/version.ts
@@ -1 +1 @@
-export const SDK_VERSION = "3.3.0";
+export const SDK_VERSION = "3.3.0-beta";
0 commit comments