From 06a45b69e0c1a7992c446f0101092ec58aff1098 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 23 Nov 2020 15:31:00 +1300 Subject: [PATCH] chore(release): publish [skip ci] --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11001b4..559b841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7da3b47..0881419 100644 --- a/package.json +++ b/package.json @@ -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",