diff --git a/.changeset/wise-apples-switch.md b/.changeset/wise-apples-switch.md deleted file mode 100644 index 6f0916de5b..0000000000 --- a/.changeset/wise-apples-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **feat**: added `Swap` component. By @abcrane123 & @kyhyco #522 - diff --git a/CHANGELOG.md b/CHANGELOG.md index ec229095be..60c23164f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.20.2 + +### Patch Changes + +- 9fef5e9: - **feat**: added `Swap` component. By @abcrane123 & @kyhyco #522 + ## 0.20.1 ### Patch Changes diff --git a/package.json b/package.json index 8521da57dd..84d2014251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.20.1", + "version": "0.20.2", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",