Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Dec 11, 2023
1 parent e8224a1 commit 3833021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fern-api/node-sdk",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"repository": "https://github.com/fern-api/node-sdk",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/snippets/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Snippets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@fern-api/node-sdk",
"X-Fern-SDK-Version": "0.2.0",
"X-Fern-SDK-Version": "0.2.1",
},
contentType: "application/json",
body: await serializers.snippets.GetSnippetRequest.jsonOrThrow(request, {
Expand Down Expand Up @@ -229,7 +229,7 @@ export class Snippets {
Authorization: await this._getAuthorizationHeader(),
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@fern-api/node-sdk",
"X-Fern-SDK-Version": "0.2.0",
"X-Fern-SDK-Version": "0.2.1",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down

0 comments on commit 3833021

Please sign in to comment.