diff --git a/.changeset/wild-poems-tell.md b/.changeset/wild-poems-tell.md deleted file mode 100644 index 0d87272e6f..0000000000 --- a/.changeset/wild-poems-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: added initial version of `getFrameAccountAddress`, which helps getting the Account Address from the Farcaster ID using the Frame. diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b7148611..b56a736352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.4 + +### Patch Changes + +- **feat**: added initial version of `getFrameAccountAddress`, which helps getting the Account Address from the Farcaster ID using the Frame. 398933b + ## 0.1.3 ### Patch Changes diff --git a/package.json b/package.json index e234e46307..c3df86f547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.1.3", + "version": "0.1.4", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "dependencies": {