diff --git a/.changeset/fifty-doors-do.md b/.changeset/fifty-doors-do.md deleted file mode 100644 index f8cc9d3bb..000000000 --- a/.changeset/fifty-doors-do.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"create-eth": patch ---- - -- Allow user to set his preference for AddressType in `abi.d.ts` (#630 & #641) -- Check for exact path segment for inheritedFunctions sources (#643) -- Fix displaying of custom solidity errors (#638) -- Check cause?.data on getParsedError (#649) diff --git a/CHANGELOG.md b/CHANGELOG.md index a234f0dba..a193493fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # create-eth +## 0.0.28 + +### Patch Changes + +- a9d873d: - Allow user to set his preference for AddressType in `abi.d.ts` (#630 & #641) + - Check for exact path segment for inheritedFunctions sources (#643) + - Fix displaying of custom solidity errors (#638) + - Check cause?.data on getParsedError (#649) + ## 0.0.27 ### Patch Changes diff --git a/package.json b/package.json index 5a8ec3bee..64680ba72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.27", + "version": "0.0.28", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",