diff --git a/.changeset/serious-shrimps-appear.md b/.changeset/serious-shrimps-appear.md deleted file mode 100644 index 7720fcb858..0000000000 --- a/.changeset/serious-shrimps-appear.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@coinbase/onchainkit': minor ---- - -- **feat**: better treeshaking support by using **packemon**. By @zizzamia & @wespickett #105 - -BREAKING CHANGES - -For modern apps that utilize `ES2020` or the latest version, breaking changes are not anticipated. However, if you encounter any building issues when using OnchainKit with older apps that rely on `ES6`, please open an issue and provide details of the error you're experiencing. We will do our best to provide the necessary support. diff --git a/CHANGELOG.md b/CHANGELOG.md index 552b079351..3ddfb59cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.6.0 + +### Minor Changes + +- fc74af1: - **feat**: better treeshaking support by using **packemon**. By @zizzamia & @wespickett #105 + + BREAKING CHANGES + + For modern apps that utilize `ES2020` or the latest version, breaking changes are not anticipated. However, if you encounter any building issues when using OnchainKit with older apps that rely on `ES6`, please open an issue and provide details of the error you're experiencing. We will do our best to provide the necessary support. + ## 0.5.4 ### Patch Changes diff --git a/package.json b/package.json index 76ad9f25f7..a14e4722dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.5.3", + "version": "0.6.0", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {