diff --git a/.changeset/quiet-ligers-invent.md b/.changeset/quiet-ligers-invent.md deleted file mode 100644 index d8d36acef..000000000 --- a/.changeset/quiet-ligers-invent.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-eth": patch ---- - -- Track hardhat-deploy deployments, except localhost (#666) -- feat: add external flag to external contracts (#647) -- Remove `.github/ISSUE_TEMPLATE` and pull request template when using npx diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b48bc52..083f9860c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # create-eth +## 0.0.31 + +### Patch Changes + +- Track hardhat-deploy deployments, except localhost (#666) +- feat: add external flag to external contracts (#647) +- Remove `.github/ISSUE_TEMPLATE` and pull request template when using npx + ## 0.0.30 ### Patch Changes diff --git a/package.json b/package.json index 021721da0..6c3edb10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.30", + "version": "0.0.31", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",