We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20ed2e commit b7e6963Copy full SHA for b7e6963
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webflow-api",
3
- "version": "3.2.3",
+ "version": "3.3.1",
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.2.3",
52
- "User-Agent": "webflow-api/3.2.3",
+ "X-Fern-SDK-Version": "3.3.1",
+ "User-Agent": "webflow-api/3.3.1",
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.2.3";
+export const SDK_VERSION = "3.3.1";
0 commit comments