diff --git a/.changeset/eight-doors-juggle.md b/.changeset/eight-doors-juggle.md deleted file mode 100644 index 84f240232b..0000000000 --- a/.changeset/eight-doors-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **fix**: have API_KEY set correctly by `OnchainKitProvider` and avoid request CORS issue with the `onchainkit_version` Header. By @zizzamia #501 diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c7ef6d85..ff92bcb957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.19.7 + +### Patch Changes + +- a47b07f: - **fix**: have API_KEY set correctly by `OnchainKitProvider` and avoid request CORS issue with the `onchainkit_version` Header. By @zizzamia #501 + ## 0.19.6 ### Patch Changes diff --git a/package.json b/package.json index bf180c8a7c..50c45840ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.19.6", + "version": "0.19.7", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",