Merge pull request #132 from ChainSafe/cayman/release

v7.1.1
This commit is contained in:
Cayman 2022-05-15 14:07:29 -04:00 committed by GitHub
commit 04931736ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [7.1.1] - 2022-05-15
### Chores
- bump blst peer dependency [#130](https://github.com/ChainSafe/bls/pull/130)
## [7.1.0] - 2022-05-09
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@chainsafe/bls",
"version": "7.1.0",
"version": "7.1.1",
"description": "Implementation of bls signature verification for ethereum 2.0",
"engines": {
"node": ">=14.8.0"