From 7dc39609cd6c80ba2bc5311865a1277803ef0529 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 26 Jul 2021 10:26:10 +0100 Subject: [PATCH] chore: release version v0.15.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c41be2..bd1c88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.15.2](https://github.com/libp2p/js-peer-id/compare/v0.15.1...v0.15.2) (2021-07-26) + + +### Bug Fixes + +* use undefined instead of null privKey ([#154](https://github.com/libp2p/js-peer-id/issues/154)) ([35faac2](https://github.com/libp2p/js-peer-id/commit/35faac28f576daf2b7b4d59f8eeacfd0d80cc3af)) + + + ## [0.15.1](https://github.com/libp2p/js-peer-id/compare/v0.15.0...v0.15.1) (2021-07-12)