v5.0.1
This commit is contained in:
parent
e4cf34ab90
commit
7a0b30ec1b
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [dev]
|
||||
|
||||
## [5.0.1] - 2020-11-30
|
||||
|
||||
- Remove foreign property breaking types ([ccd870](https://github.com/chainsafe/bls/commit/ccd870))
|
||||
- Deduplicate interface ([0bf6e9](https://github.com/chainsafe/bls/commit/0bf6e9))
|
||||
- Deprecate IKeypair ([293286](https://github.com/chainsafe/bls/commit/293286))
|
||||
|
||||
## [5.0.0] - 2020-11-30
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@chainsafe/bls",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"description": "Implementation of bls signature verification for ethereum 2.0",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
Reference in New Issue