diff --git a/.changeset/fair-ligers-smoke.md b/.changeset/fair-ligers-smoke.md deleted file mode 100644 index 012524fa..00000000 --- a/.changeset/fair-ligers-smoke.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@base-org/build-onchain-apps': minor ---- - -- **feat**: replaced Infura with Alchemy (734c828). -- **feat**: did some nice styling on `AccountConnectButton`. -- **feat**: started a shared onchain types file. -- **fix**: got Base Goerli working properly again. -- **chore**: update viem and clean up yarn.lock. -- **chore**: moved a few of the common functions inside the utils folder. - diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f3e68b..033a6b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.4.0 + +### Minor Changes + +- 7ecd7ee: - **feat**: replaced Infura with Alchemy (734c828). + - **feat**: did some nice styling on `AccountConnectButton`. + - **feat**: started a shared onchain types file. + - **fix**: got Base Goerli working properly again. + - **chore**: update viem and clean up yarn.lock. + - **chore**: moved a few of the common functions inside the utils folder. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 25740474..c9998ac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@base-org/build-onchain-apps", - "version": "0.3.0", + "version": "0.4.0", "repository": "https://github.com/base-org/build-onchain-apps.git", "license": "Apache-2.0", "dependencies": {