Skip to content

Commit c8ed344

Browse files
committed
Release 0.2.3
1 parent c99e710 commit c8ed344

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fern-api/node-sdk",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": false,
55
"repository": "https://github.com/fern-api/node-sdk",
66
"main": "./index.js",

src/api/resources/snippets/client/Client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class Snippets {
5959
Authorization: await this._getAuthorizationHeader(),
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "@fern-api/node-sdk",
62-
"X-Fern-SDK-Version": "0.2.2",
62+
"X-Fern-SDK-Version": "0.2.3",
6363
},
6464
contentType: "application/json",
6565
body: await serializers.snippets.GetSnippetRequest.jsonOrThrow(request, {
@@ -229,7 +229,7 @@ export class Snippets {
229229
Authorization: await this._getAuthorizationHeader(),
230230
"X-Fern-Language": "JavaScript",
231231
"X-Fern-SDK-Name": "@fern-api/node-sdk",
232-
"X-Fern-SDK-Version": "0.2.2",
232+
"X-Fern-SDK-Version": "0.2.3",
233233
},
234234
contentType: "application/json",
235235
queryParameters: _queryParams,

0 commit comments

Comments
 (0)