File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
4
-
5
- - Fix modifiers order to follow Solidity style guides. ([ #450 ] ( https://github.com/OpenZeppelin/contracts-wizard/pull/450 ) )
6
-
7
3
## 0.5.2 (2025-02-21)
8
4
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 ) )
10
7
11
8
## 0.5.1 (2025-02-05)
12
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openzeppelin/wizard" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " A boilerplate generator to get started with OpenZeppelin Contracts" ,
5
5
"license" : " AGPL-3.0-only" ,
6
6
"repository" : " https://github.com/OpenZeppelin/contracts-wizard" ,
You can’t perform that action at this time.
0 commit comments