Merge pull request #103 from ChainSafe/dapplion/v6.0.2

v6.0.2
This commit is contained in:
Cayman 2021-08-23 13:02:18 -05:00 committed by GitHub
commit bb1449d878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [dev]
## [6.0.2] - 2021-08-23
- Add register script [#102](https://github.com/ChainSafe/bls/pull/102)
## [6.0.1] - 2021-04-05
- Add validate key option to PublicKey.fromBytes() [#90](https://github.com/ChainSafe/bls/pull/90)

View File

@ -1,6 +1,6 @@
{
"name": "@chainsafe/bls",
"version": "6.0.1",
"version": "6.0.2",
"description": "Implementation of bls signature verification for ethereum 2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",