Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit c29c149

Browse files
committedOct 21, 2021
chore: release version v0.20.0
1 parent 427a794 commit c29c149

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [0.20.0](https://github.com/libp2p/js-libp2p-crypto/compare/v0.19.7...v0.20.0) (2021-10-21)
2+
3+
4+
### Bug Fixes
5+
6+
* demand up to date keypair ([#201](https://github.com/libp2p/js-libp2p-crypto/issues/201)) ([2e40aea](https://github.com/libp2p/js-libp2p-crypto/commit/2e40aeaaa6735a4f2bea58f568d937b60561868b))
7+
8+
9+
### Features
10+
11+
* use noble-secp256k1 and noble-ed25519 ([#202](https://github.com/libp2p/js-libp2p-crypto/issues/202)) ([167eace](https://github.com/libp2p/js-libp2p-crypto/commit/167eaceb61a779904ff006602ce58d7065d126b7))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* keys function hashAndVerify returns boolean false when fail, instead of throwing error
17+
18+
19+
120
## [0.19.7](https://github.com/libp2p/js-libp2p-crypto/compare/v0.19.6...v0.19.7) (2021-08-18)
221

322

0 commit comments

Comments
 (0)
This repository has been archived.