Skip to content

Commit ce68631

Browse files
authored
Publish @OpenZeppelin/wizard@0.5.2 (#457)
1 parent 3bfac24 commit ce68631

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

packages/core/solidity/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Changelog
22

3-
## Unreleased
4-
5-
- Fix modifiers order to follow Solidity style guides. ([#450](https://github.com/OpenZeppelin/contracts-wizard/pull/450))
6-
73
## 0.5.2 (2025-02-21)
84

9-
- ERC721 to return tokenId on safeMint with incremental id
5+
- Fix modifiers order to follow Solidity style guides. ([#450](https://github.com/OpenZeppelin/contracts-wizard/pull/450))
6+
- ERC721: Return tokenId on safeMint with incremental id. ([#455](https://github.com/OpenZeppelin/contracts-wizard/pull/455))
107

118
## 0.5.1 (2025-02-05)
129

packages/core/solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/wizard",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
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",

0 commit comments

Comments
 (0)