commit
42cbc2b1e4
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [7.1.0] - 2022-05-09
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- add errors and constants to exports [#128](https://github.com/ChainSafe/bls/pull/128)
|
||||||
|
|
||||||
## [7.0.0] - 2022-05-05
|
## [7.0.0] - 2022-05-05
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@chainsafe/bls",
|
"name": "@chainsafe/bls",
|
||||||
"version": "7.0.0",
|
"version": "7.1.0",
|
||||||
"description": "Implementation of bls signature verification for ethereum 2.0",
|
"description": "Implementation of bls signature verification for ethereum 2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.8.0"
|
"node": ">=14.8.0"
|
||||||
|
|
Reference in New Issue