From 662d04128cedcadad63a937a9d20dc14ca5c6713 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Tue, 11 Aug 2020 16:18:38 +0200 Subject: [PATCH] chore: release version v0.14.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59efd63..afe8088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [0.14.0](https://github.com/libp2p/js-libp2p-websockets/compare/v0.13.6...v0.14.0) (2020-08-11) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#115](https://github.com/libp2p/js-libp2p-websockets/issues/115)) ([a277bf6](https://github.com/libp2p/js-libp2p-websockets/commit/a277bf6)) + + +### BREAKING CHANGES + +* - All deps used by this module now use Uint8Arrays in place of Buffers + +* chore: remove gh dep + + + ## [0.13.6](https://github.com/libp2p/js-libp2p-websockets/compare/v0.13.5...v0.13.6) (2020-03-23)