Skip to content

Commit bb1449d

Browse files
authored
Merge pull request #103 from ChainSafe/dapplion/v6.0.2
v6.0.2
2 parents f830b41 + b02b7aa commit bb1449d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [dev]
99

10+
## [6.0.2] - 2021-08-23
11+
12+
- Add register script [#102](https://github.com/ChainSafe/bls/pull/102)
13+
1014
## [6.0.1] - 2021-04-05
1115

1216
- Add validate key option to PublicKey.fromBytes() [#90](https://github.com/ChainSafe/bls/pull/90)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/bls",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Implementation of bls signature verification for ethereum 2.0",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)