This commit is contained in:
Cayman 2020-11-30 17:54:35 -06:00
parent e4cf34ab90
commit 7a0b30ec1b
No known key found for this signature in database
GPG Key ID: 54B21AEC3C53E1F5
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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",