Skip to content

Commit 5efa02b

Browse files
chore(release): 1.0.9 [skip ci]
## [1.0.9](libp2p/js-libp2p-crypto@v1.0.8...v1.0.9) (2022-12-01) ### Bug Fixes * use node crypto for ed25519 signing and verification ([libp2p#289](libp2p/js-libp2p-crypto#289)) ([1c623e7](libp2p/js-libp2p-crypto@1c623e7))
1 parent 1c623e7 commit 5efa02b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.9](https://github.com/libp2p/js-libp2p-crypto/compare/v1.0.8...v1.0.9) (2022-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* use node crypto for ed25519 signing and verification ([#289](https://github.com/libp2p/js-libp2p-crypto/issues/289)) ([1c623e7](https://github.com/libp2p/js-libp2p-crypto/commit/1c623e7d55ddfafbad0b65b261f55bbc6957df28))
7+
18
## [1.0.8](https://github.com/libp2p/js-libp2p-crypto/compare/v1.0.7...v1.0.8) (2022-12-01)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/crypto",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Crypto primitives for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-crypto#readme",

0 commit comments

Comments
 (0)