From 28af5c6eb278221e87d0a1ef297e590412aa0fc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:15:00 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.9.6=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/honest-hounds-tie.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/honest-hounds-tie.md 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": {