From bb264a491e0649c1a11fc50ffe6003c29d964c74 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Wed, 12 Aug 2020 16:55:27 +0200 Subject: [PATCH] chore: release version v1.0.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90de909..5ab2956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [1.0.0](https://github.com/multiformats/js-multistream-select/compare/v0.15.2...v1.0.0) (2020-08-12) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#90](https://github.com/multiformats/js-multistream-select/issues/90)) ([543aabb](https://github.com/multiformats/js-multistream-select/commit/543aabb)) + + + ## [0.15.2](https://github.com/multiformats/js-multistream-select/compare/v0.15.1...v0.15.2) (2020-02-02)