diff --git a/.changeset/tall-doors-guess.md b/.changeset/tall-doors-guess.md deleted file mode 100644 index 13d5db220cace..0000000000000 --- a/.changeset/tall-doors-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mysten/zklogin': patch ---- - -Fix usage of string values in the SDK diff --git a/sdk/zklogin/CHANGELOG.md b/sdk/zklogin/CHANGELOG.md index 0e751c8c50612..e0911c6921197 100644 --- a/sdk/zklogin/CHANGELOG.md +++ b/sdk/zklogin/CHANGELOG.md @@ -1,5 +1,11 @@ # @mysten/zklogin +## 0.2.1 + +### Patch Changes + +- 9a1c8105e: Fix usage of string values in the SDK + ## 0.2.0 ### Minor Changes diff --git a/sdk/zklogin/package.json b/sdk/zklogin/package.json index e161e2c4ff732..65b6fe37980e6 100644 --- a/sdk/zklogin/package.json +++ b/sdk/zklogin/package.json @@ -1,6 +1,6 @@ { "name": "@mysten/zklogin", - "version": "0.2.0", + "version": "0.2.1", "description": "Utilities for interacting with zkLogin in Sui", "license": "Apache-2.0", "author": "Mysten Labs ",