From b524848352f53f5a043ce2bf91354e6bc2c9e408 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 7 Aug 2020 18:09:07 +0200 Subject: [PATCH] chore: release version v0.15.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afea8c7..748fa0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [0.15.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.6...v0.15.0) (2020-08-07) + + +### Chores + +* update deps ([#134](https://github.com/libp2p/js-libp2p-tcp/issues/134)) ([d9f9912](https://github.com/libp2p/js-libp2p-tcp/commit/d9f9912)) + + +### BREAKING CHANGES + +* - The multiaddr dep used by this module returns Uint8Arrays and may + not be compatible with previous versions + +* chore: update utils + +* chore: remove gh dep url + + + ## [0.14.6](https://github.com/libp2p/js-libp2p-tcp/compare/v0.14.5...v0.14.6) (2020-07-17)