Merge pull request #23 from ChainSafe/release

Release v4.0.0
This commit is contained in:
Marin Petrunić 2020-08-31 19:02:50 +02:00 committed by GitHub
commit 8340a4343d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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] ## [dev]
## [4.0.0] - 2020-08-31
### BREAKING CHANGES ### BREAKING CHANGES
* Signature.verifyAggregate now takes decompressed pubkeys instead of raw bytes of compressed key * Signature.verifyAggregate now takes decompressed pubkeys instead of raw bytes of compressed key

View File

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