Skip to content

Commit 2dbe765

Browse files
authored
bump version for publish (#507)
1 parent 76b721f commit 2dbe765

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/core/solidity/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.5.4 (2025-04-01)
44

55
- Add validation for ERC20 premint field. ([#488](https://github.com/OpenZeppelin/contracts-wizard/pull/488))
66
- Add `callback` in ERC20 features. ([#500](https://github.com/OpenZeppelin/contracts-wizard/pull/500))

packages/core/solidity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/wizard",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",
@@ -37,4 +37,4 @@
3737
"ts-node": "^10.4.0",
3838
"typescript": "^5.0.0"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)