Release 4.0.0

This commit is contained in:
Marin Petrunić 2020-08-31 18:48:48 +02:00
parent 8752d8d3cc
commit ff26cb6094
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [dev]
## [4.0.0] - 2020-08-31
### BREAKING CHANGES
* Signature.verifyAggregate now takes decompressed pubkeys instead of raw bytes of compressed key

View File

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