Skip to content

Commit

Permalink
chore(release): publish (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobarracha authored Sep 16, 2024
1 parent 8a0339c commit 1f90f9d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.20.0](https://github.com/mattrglobal/node-bbs-signatures/compare/0.18.1...0.20.0) (2024-09-16)

### Build System

- **deps:** bump neon from 0.10.1 to 1.0.0 ([#239](https://github.com/mattrglobal/node-bbs-signatures/issues/239))
([45fa9c6](https://github.com/mattrglobal/node-bbs-signatures/commit/45fa9c638375c381a1e0a737a7722950abce8ed2))

### Features

- remove support for node 16
([45fa9c6](https://github.com/mattrglobal/node-bbs-signatures/commit/45fa9c638375c381a1e0a737a7722950abce8ed2))
- adds support for node 20 and 22
([45fa9c6](https://github.com/mattrglobal/node-bbs-signatures/commit/45fa9c638375c381a1e0a737a7722950abce8ed2))

### BREAKING CHANGES

- node 16.x no longer supported

# [0.19.0](https://github.com/mattrglobal/node-bbs-signatures/compare/v0.17.0...v0.19.0) (2024-07-04)

### Features
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.19.0",
"version": "0.20.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 1f90f9d

Please sign in to comment.