v6.0.1 Release

This commit is contained in:
dapplion 2021-04-05 22:53:31 +02:00
parent 30eea7095e
commit 9c0e071405
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.1] - 2021-04-05
- Add validate key option to PublicKey.fromBytes() [#90](https://github.com/ChainSafe/bls/pull/90)
## [6.0.0] - 2021-04-05
- Allow to export points compressed and uncompressed [#85](https://github.com/ChainSafe/bls/pull/85)

View File

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