diff --git a/.changeset/honest-hounds-tie.md b/.changeset/honest-hounds-tie.md deleted file mode 100644 index 38f0f9f6b3..0000000000 --- a/.changeset/honest-hounds-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: added `tx` as a Frame action option, enabling support for Frame Transactions. By @zizzamia #208 diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c2b26930..9c1de25abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.6 + +### Patch Changes + +- 75dc428: - **feat**: added `tx` as a Frame action option, enabling support for Frame Transactions. By @zizzamia #208 + ## 0.9.5 ### Patch Changes diff --git a/package.json b/package.json index 5d0a524084..b61ca181e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.9.5", + "version": "0.9.6", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {