Skip to content

Commit

Permalink
chore: release 2.1.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon authored Jul 7, 2023
1 parent 2003efe commit f289193
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://www.github.com/fairDataSociety/bmt-js/compare/v2.0.1...v2.1.0) (2023-07-05)


### Features

* custom hasher for chunks ([#21](https://www.github.com/fairDataSociety/bmt-js/issues/21)) ([2003efe](https://www.github.com/fairDataSociety/bmt-js/commit/2003efed9b58f240e51b9b983dbe4efbb37538ca))


### Bug Fixes

* allow 0 payload ([#18](https://www.github.com/fairDataSociety/bmt-js/issues/18)) ([10687d5](https://www.github.com/fairDataSociety/bmt-js/commit/10687d50b3dc01f5dbc80db3ff123ebe967d984f))

### [2.0.1](https://www.github.com/fairDataSociety/bmt-js/compare/v2.0.0...v2.0.1) (2022-05-10)


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": "@fairdatasociety/bmt-js",
"version": "2.0.1",
"version": "2.1.0",
"description": "Binary Merkle Tree operations on data",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit f289193

Please sign in to comment.