diff --git a/.changeset/modern-dolls-tickle.md b/.changeset/modern-dolls-tickle.md deleted file mode 100644 index 5de8d29a2..000000000 --- a/.changeset/modern-dolls-tickle.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"create-eth": patch ---- - -- Feat/multi chain (#615) -- Add links to the docs for components and hooks (#620) -- Fix useScaffoldEventHistory hook new events order (#622) -- Add requiredFilters param to useScaffoldEventHistory hook (#621) -- update wagmi, viem and rainbowkit versions (#626) -- Refactor: types/interfaces (#627) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cca6b0e..a234f0dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # create-eth +## 0.0.27 + +### Patch Changes + +- Feat/support multi chain (#615) +- Add links to the docs for components and hooks (#620) +- Fix useScaffoldEventHistory hook new events order (#622) +- Add requiredFilters param to useScaffoldEventHistory hook (#621) +- update wagmi, viem and rainbowkit versions (#626) +- Refactor: types/interfaces (#627) + ## 0.0.26 ### Patch Changes diff --git a/package.json b/package.json index 515c27a2c..5a8ec3bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.26", + "version": "0.0.27", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",