Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tplooker committed Nov 23, 2020
1 parent dc80407 commit 06a45b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [0.11.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.10.0...0.11.0) (2020-11-23)

### Features

- change to async based api ([#136](https://github.com/mattrglobal/node-bbs-signatures/issues/136))
([92450c3](https://github.com/mattrglobal/node-bbs-signatures/commit/92450c34714f8039d222feb2106cc63701b4d42a))

### BREAKING CHANGES

- All API's now return a promise instead of the raw result

# [0.10.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.9.0...0.10.0) (2020-08-27)

### Bug Fixes
Expand Down
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.10.0",
"version": "0.11.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 06a45b6

Please sign in to comment.