Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 668c998

Browse files
committed
chore(release): publish
1 parent b9679d4 commit 668c998

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.13.0](https://github.com/mattrglobal/node-bbs-signatures/compare/v0.12.0...v0.13.0) (2021-11-30)
2+
3+
### Bug Fixes
4+
5+
- strict check for given messages count and originally revealed
6+
([#175](https://github.com/mattrglobal/node-bbs-signatures/issues/175))
7+
([b9679d4](https://github.com/mattrglobal/node-bbs-signatures/commit/b9679d448d7250c13468b9441e99a4010a6958f3))
8+
19
# [0.12.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.11.0...0.12.0) (2021-05-21)
210

311
Add NodeJS version 15 and 16 support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mattrglobal/node-bbs-signatures",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "An implementation of BBS+ signatures using rust and typescript for node.js",
55
"homepage": "https://github.com/mattrglobal/node-bbs-signatures",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)