Skip to content

Commit 39614cb

Browse files
SDK regeneration
1 parent b7e6963 commit 39614cb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webflow-api",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"private": false,
55
"repository": "github:webflow/js-webflow-api",
66
"license": "MIT",

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export class WebflowClient {
4848
{
4949
"X-Fern-Language": "JavaScript",
5050
"X-Fern-SDK-Name": "webflow-api",
51-
"X-Fern-SDK-Version": "3.3.1",
52-
"User-Agent": "webflow-api/3.3.1",
51+
"X-Fern-SDK-Version": "3.3.2",
52+
"User-Agent": "webflow-api/3.3.2",
5353
"X-Fern-Runtime": core.RUNTIME.type,
5454
"X-Fern-Runtime-Version": core.RUNTIME.version,
5555
},

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "3.3.1";
1+
export const SDK_VERSION = "3.3.2";

0 commit comments

Comments
 (0)