Skip to content

Commit 5cfb96f

Browse files
committed
v0.5.3
1 parent e406dfb commit 5cfb96f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "@anthropic-ai/sdk",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Client library for the Anthropic API",
55
"author": "Anthropic <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.5.2'; // x-release-please-version
1+
export const VERSION = '0.5.3'; // x-release-please-version

0 commit comments

Comments
 (0)