commit
34d8710a86
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [dev]
|
## [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
|
## [5.0.0] - 2020-11-30
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@chainsafe/bls",
|
"name": "@chainsafe/bls",
|
||||||
"version": "5.0.0",
|
"version": "5.0.1",
|
||||||
"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",
|
||||||
|
|
Reference in New Issue