diff --git a/.changeset/soft-weeks-know.md b/.changeset/soft-weeks-know.md deleted file mode 100644 index 059a62b4b43..00000000000 --- a/.changeset/soft-weeks-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Always add URI to SIWE payload diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index 250ff916480..da3c795a694 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,11 @@ # thirdweb +## 5.64.2 + +### Patch Changes + +- [#5172](https://github.com/thirdweb-dev/js/pull/5172) [`e8f952a`](https://github.com/thirdweb-dev/js/commit/e8f952a191d9180926d8d6b4e1317c683fe8a1e3) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Always add URI to SIWE payload + ## 5.64.1 ### Patch Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index ac75732c7cf..6ea495e7efc 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -1,6 +1,6 @@ { "name": "thirdweb", - "version": "5.64.1", + "version": "5.64.2", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main"