Skip to content

Commit a54ee01

Browse files
committed
Change version bump to minor instead of major
1 parent 423311e commit a54ee01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "square",
3-
"version": "44.0.0",
3+
"version": "43.2.0",
44
"private": false,
55
"repository": "github:square/square-nodejs-sdk",
66
"license": "MIT",

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export class SquareClient {
112112
"Square-Version": _options?.version ?? "2025-09-24",
113113
"X-Fern-Language": "JavaScript",
114114
"X-Fern-SDK-Name": "square",
115-
"X-Fern-SDK-Version": "44.0.0",
116-
"User-Agent": "square/44.0.0",
115+
"X-Fern-SDK-Version": "43.2.0",
116+
"User-Agent": "square/43.2.0",
117117
"X-Fern-Runtime": core.RUNTIME.type,
118118
"X-Fern-Runtime-Version": core.RUNTIME.version,
119119
},

src/version.ts

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

0 commit comments

Comments
 (0)