From 88af39853a016aa72ce517476b20fd9d66f1ffbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:03:28 +0100 Subject: [PATCH] Version Packages (#608) Co-authored-by: github-actions[bot] - Fix typos in comments (#596) - Show inherited functions in Debug (when deploying with hardhat) (#564) --- .changeset/curly-fireants-jog.md | 6 ------ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/curly-fireants-jog.md diff --git a/.changeset/curly-fireants-jog.md b/.changeset/curly-fireants-jog.md deleted file mode 100644 index 873e2096d..000000000 --- a/.changeset/curly-fireants-jog.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"create-eth": patch ---- - -- Fix typos in comments (#596) -- Show inherited functions in Debug (when deploying with hardhat) (#564) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6700db467..669741637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # create-eth +## 0.0.25 + +### Patch Changes + +- 0135237: - Fix typos in comments (#596) + - Show inherited functions in Debug (when deploying with hardhat) (#564) + ## 0.0.24 ### Patch Changes diff --git a/package.json b/package.json index 205e14c75..c575afa57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.24", + "version": "0.0.25", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",