diff --git a/.changeset/pink-vans-taste.md b/.changeset/pink-vans-taste.md deleted file mode 100644 index 94967b76e..000000000 --- a/.changeset/pink-vans-taste.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"create-eth": patch ---- - -- Extract metadata title and description (#770) -- Remove Goerli from supported networks (#771) -- fix: redundant error notifications on block explorer (#775) -- chore: fix typo (#777) -- fix: vercel deployment linking from github (#780) -- Remove useAccountBalance (#788) -- Templatise README in CLI (#790, #782) -- Add .env to .gitignore in nextjs package (#798) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df3537ff..cde02507c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # create-eth +## 0.0.36 + +### Patch Changes + +- Extract metadata title and description (#770) +- Remove Goerli from supported networks (#771) +- fix: redundant error notifications on block explorer (#775) +- chore: fix typo (#777) +- fix: vercel deployment linking from github (#780) +- Remove useAccountBalance (#788) +- Templatise README in CLI (#790, #782) +- Add .env to .gitignore in nextjs package (#798) + ## 0.0.35 ### Patch Changes diff --git a/package.json b/package.json index 172d5e16a..2f8294c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.35", + "version": "0.0.36", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",