Skip to content

Commit 725d3a9

Browse files
committed
chore(release): bump @foxnose/sdk to 0.2.1
1 parent 83e1cac commit 725d3a9

2 files changed

Lines changed: 2 additions & 2 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": "@foxnose/sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Official FoxNose SDK for TypeScript and JavaScript",
55
"license": "Apache-2.0",
66
"type": "module",

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const DEFAULT_RETRY_CONFIG: Readonly<RetryConfig> = {
1919
methods: ['GET', 'HEAD', 'OPTIONS', 'PUT', 'DELETE'],
2020
};
2121

22-
export const SDK_VERSION = '0.2.0';
22+
export const SDK_VERSION = '0.2.1';
2323

2424
export const DEFAULT_USER_AGENT = `foxnose-sdk-js/${SDK_VERSION}`;
2525

0 commit comments

Comments
 (0)