diff --git a/.changeset/mean-gorillas-reflect.md b/.changeset/mean-gorillas-reflect.md deleted file mode 100644 index a8d8d98386..0000000000 --- a/.changeset/mean-gorillas-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **fix**: make sure imports from `core`, `farcaster` and `xmtp` work. diff --git a/CHANGELOG.md b/CHANGELOG.md index e1711e13c0..9d3b2458aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.8.2 + +### Patch Changes + +- c30296d: - **fix**: make sure imports from `core`, `farcaster` and `xmtp` work. + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index f63e389fb0..aed85e9b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.8.1", + "version": "0.8.2", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {