v7.0.0
This commit is contained in:
parent
a112b21347
commit
42022a176f
|
@ -5,7 +5,11 @@ 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).
|
||||
|
||||
## [dev]
|
||||
## [7.0.0] - 2022-05-05
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
- ESM Support [#121](https://github.com/ChainSafe/bls/pull/121)
|
||||
|
||||
## [6.0.3] - 2021-09-25
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@chainsafe/bls",
|
||||
"version": "6.0.3",
|
||||
"version": "7.0.0",
|
||||
"description": "Implementation of bls signature verification for ethereum 2.0",
|
||||
"engines": {
|
||||
"node": ">=14.8.0"
|
||||
|
|
Reference in New Issue