We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e6963 commit 39614cbCopy full SHA for 39614cb
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webflow-api",
3
- "version": "3.3.1",
+ "version": "3.3.2",
4
"private": false,
5
"repository": "github:webflow/js-webflow-api",
6
"license": "MIT",
src/Client.ts
@@ -48,8 +48,8 @@ export class WebflowClient {
48
49
"X-Fern-Language": "JavaScript",
50
"X-Fern-SDK-Name": "webflow-api",
51
- "X-Fern-SDK-Version": "3.3.1",
52
- "User-Agent": "webflow-api/3.3.1",
+ "X-Fern-SDK-Version": "3.3.2",
+ "User-Agent": "webflow-api/3.3.2",
53
"X-Fern-Runtime": core.RUNTIME.type,
54
"X-Fern-Runtime-Version": core.RUNTIME.version,
55
},
src/version.ts
@@ -1 +1 @@
-export const SDK_VERSION = "3.3.1";
+export const SDK_VERSION = "3.3.2";
0 commit comments