Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 7, 2023
1 parent 3bad9b6 commit 79a369f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "",
"version": "1.0.16",
"version": "1.1.0",
"private": false,
"repository": "https://github.com/dopt/blocks-javascript-browser-client",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/blocks/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Blocks {
"X-Api-Key": await core.Supplier.get(this.options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "",
"X-Fern-SDK-Version": "1.0.16",
"X-Fern-SDK-Version": "1.1.0",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -124,7 +124,7 @@ export class Blocks {
"X-Api-Key": await core.Supplier.get(this.options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "",
"X-Fern-SDK-Version": "1.0.16",
"X-Fern-SDK-Version": "1.1.0",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/flows/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Flows {
"X-Api-Key": await core.Supplier.get(this.options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "",
"X-Fern-SDK-Version": "1.0.16",
"X-Fern-SDK-Version": "1.1.0",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -144,7 +144,7 @@ export class Flows {
"X-Api-Key": await core.Supplier.get(this.options.apiKey),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "",
"X-Fern-SDK-Version": "1.0.16",
"X-Fern-SDK-Version": "1.1.0",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down

0 comments on commit 79a369f

Please sign in to comment.