diff --git a/.changeset/light-sloths-crash.md b/.changeset/light-sloths-crash.md deleted file mode 100644 index 856923219..000000000 --- a/.changeset/light-sloths-crash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-eth": patch ---- - -- fix: BigInt parsing losing precision in IntegerInput (https://github.com/scaffold-eth/scaffold-eth-2/pull/893) -- feat: bundler module resolution (https://github.com/scaffold-eth/scaffold-eth-2/pull/885) -- fix: ignore strings starting with 0 (https://github.com/scaffold-eth/scaffold-eth-2/pull/894) diff --git a/.changeset/tender-foxes-compare.md b/.changeset/tender-foxes-compare.md deleted file mode 100644 index bf7f7d50b..000000000 --- a/.changeset/tender-foxes-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-eth": patch ---- - -cli: don't prompt for install + remove prettier plugins (#80) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd631b68..fd0262fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # create-eth +## 0.0.51 + +### Patch Changes + +- fix: BigInt parsing losing precision in IntegerInput (https://github.com/scaffold-eth/scaffold-eth-2/pull/893) +- feat: bundler module resolution (https://github.com/scaffold-eth/scaffold-eth-2/pull/885) +- fix: ignore strings starting with 0 (https://github.com/scaffold-eth/scaffold-eth-2/pull/894) +- cli: don't prompt for install + remove prettier plugins (#80) + ## 0.0.50 ### Patch Changes diff --git a/package.json b/package.json index e951e570c..b9cf14483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.50", + "version": "0.0.51", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",