From 13aa6cbfa0f21748dd75a1b5df735043568f45ad Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Mon, 10 Aug 2020 12:36:11 +0200 Subject: [PATCH] chore: release version v0.4.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 595e02e..1d85432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [0.4.0](https://github.com/libp2p/js-interfaces/compare/v0.3.2...v0.4.0) (2020-08-10) + + +### Chores + +* update deps ([#57](https://github.com/libp2p/js-interfaces/issues/57)) ([75f6777](https://github.com/libp2p/js-interfaces/commit/75f6777)) + + +### BREAKING CHANGES + +* - The peer id dep of this module has replaced node Buffers with Uint8Arrays + +* chore: update gh deps + + + ## [0.3.2](https://github.com/libp2p/js-interfaces/compare/v0.3.1...v0.3.2) (2020-07-15)