diff --git a/.changeset/dry-actors-bathe.md b/.changeset/dry-actors-bathe.md deleted file mode 100644 index ae0f5567cb..0000000000 --- a/.changeset/dry-actors-bathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **feat**: exported `buildSwapTransaction`, `getSwapQuote` and `getTokens` from API module. By @zizzamia #1133 -- **feat**: added `useSendCall` and `useSendCalls` hooks to support call-type transactions in `Transaction` component. By @0xAlec #1130 diff --git a/CHANGELOG.md b/CHANGELOG.md index d21a43763e..ee9e005272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.29.5 + +### Patch Changes + +- 07c5af6: - **feat**: exported `buildSwapTransaction`, `getSwapQuote` and `getTokens` from API module. By @zizzamia #1133 + - **feat**: added `useSendCall` and `useSendCalls` hooks to support call-type transactions in `Transaction` component. By @0xAlec #1130 + ## 0.29.4 ### Patch Changes diff --git a/package.json b/package.json index f472fe3949..9869672b9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.29.4", + "version": "0.29.5", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",