Skip to content

Commit

Permalink
v1.0.7 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jul 15, 2024
1 parent 5d8941e commit 31c37cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.0.7

- Added `SimpleMerkleTree` class that supports `bytes32` leaves with no extra hashing.
- Support custom hashing function for computing internal nodes. Available in the core and in `SimpleMerkleTree`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/merkle-tree",
"version": "1.0.6",
"version": "1.0.7",
"description": "Utilities to work with merkle trees",
"repository": "github:OpenZeppelin/merkle-tree",
"main": "dist/index.js",
Expand Down

0 comments on commit 31c37cf

Please sign in to comment.