Skip to content

Commit 31c37cf

Browse files
authored
v1.0.7 (#51)
1 parent 5d8941e commit 31c37cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.0.7
44

55
- Added `SimpleMerkleTree` class that supports `bytes32` leaves with no extra hashing.
66
- Support custom hashing function for computing internal nodes. Available in the core and in `SimpleMerkleTree`.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/merkle-tree",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Utilities to work with merkle trees",
55
"repository": "github:OpenZeppelin/merkle-tree",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)