Skip to content

Commit

Permalink
chore(release): publish [skip ci] (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
tplooker authored Apr 28, 2020
1 parent bf6453f commit 9d7e65a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.2.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.1.0...0.2.0) (2020-04-28)

### Bug Fixes

- create proof with invalid message set ([#81](https://github.com/mattrglobal/node-bbs-signatures/issues/81))
([bf6453f](https://github.com/mattrglobal/node-bbs-signatures/commit/bf6453fe35369a837b47dadd4b484670bcd9f214))

# [0.1.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.2.0...0.1.0) (2020-04-26)

Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattrglobal/node-bbs-signatures",
"version": "0.1.0",
"version": "0.2.0",
"description": "An implementation of BBS+ signatures using rust and typescript for node.js",
"homepage": "https://github.com/mattrglobal/node-bbs-signatures",
"main": "lib/index.js",
Expand Down

0 comments on commit 9d7e65a

Please sign in to comment.