We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f830b41 + b02b7aa commit bb1449dCopy full SHA for bb1449d
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [dev]
9
10
+## [6.0.2] - 2021-08-23
11
+
12
+- Add register script [#102](https://github.com/ChainSafe/bls/pull/102)
13
14
## [6.0.1] - 2021-04-05
15
16
- Add validate key option to PublicKey.fromBytes() [#90](https://github.com/ChainSafe/bls/pull/90)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@chainsafe/bls",
3
- "version": "6.0.1",
+ "version": "6.0.2",
4
"description": "Implementation of bls signature verification for ethereum 2.0",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
0 commit comments