Merge pull request #78 from ChainSafe/dapplion/5.1.1

Bump to v5.1.1
This commit is contained in:
Cayman 2020-12-18 10:35:29 -07:00 committed by GitHub
commit a525c89fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [dev]
## [5.1.1] - 2020-12-18
- Enable worker-threads support for blst [#76](https://github.com/ChainSafe/bls/pull/76)
## [5.1.0] - 2020-11-30
- Bump @chainsafe/lodestar-spec-test-util [#56](https://github.com/ChainSafe/bls/pull/56)

View File

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