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

Commit 1f90f9d

Browse files
chore(release): publish (#240)
1 parent 8a0339c commit 1f90f9d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.20.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.18.1...0.20.0) (2024-09-16)
2+
3+
### Build System
4+
5+
- **deps:** bump neon from 0.10.1 to 1.0.0 ([#239](https://github.com/mattrglobal/node-bbs-signatures/issues/239))
6+
([45fa9c6](https://github.com/mattrglobal/node-bbs-signatures/commit/45fa9c638375c381a1e0a737a7722950abce8ed2))
7+
8+
### Features
9+
10+
- remove support for node 16
11+
([45fa9c6](https://github.com/mattrglobal/node-bbs-signatures/commit/45fa9c638375c381a1e0a737a7722950abce8ed2))
12+
- adds support for node 20 and 22
13+
([45fa9c6](https://github.com/mattrglobal/node-bbs-signatures/commit/45fa9c638375c381a1e0a737a7722950abce8ed2))
14+
15+
### BREAKING CHANGES
16+
17+
- node 16.x no longer supported
18+
119
# [0.19.0](https://github.com/mattrglobal/node-bbs-signatures/compare/v0.17.0...v0.19.0) (2024-07-04)
220

321
### Features

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.19.0",
3+
"version": "0.20.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)