mattrglobal / node-bbs-signatures

An implementation of BBS+ signatures using rust and typescript for node.js
Apache License 2.0
57 stars 23 forks source link

fix: publish unstable with node 18.x only #221

Closed mate-from-mattr closed 10 months ago

mate-from-mattr commented 10 months ago

Description

Unfortunately made a mistake in release v0.16.0. This is a re-do of the release process, that will deploy a new version for node 18.

~Tests for the changes have been added (for bug fixes / features)~

Motivation and Context

To fix an error with releasing, it is easier to simply produce a new release version, rather than repair the previous release.

Does this PR introduce a breaking change?

Which merge strategy will you use?