We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b721f commit 2dbe765Copy full SHA for 2dbe765
packages/core/solidity/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.5.4 (2025-04-01)
4
5
- Add validation for ERC20 premint field. ([#488](https://github.com/OpenZeppelin/contracts-wizard/pull/488))
6
- Add `callback` in ERC20 features. ([#500](https://github.com/OpenZeppelin/contracts-wizard/pull/500))
packages/core/solidity/package.json
{
"name": "@openzeppelin/wizard",
- "version": "0.5.3",
+ "version": "0.5.4",
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
"license": "AGPL-3.0-only",
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -37,4 +37,4 @@
37
"ts-node": "^10.4.0",
38
"typescript": "^5.0.0"
39
}
40
-}
+}
0 commit comments