From 424709195b46ffb1d6f2f69a7707598ebe751e5e Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Fri, 31 Jul 2020 14:48:13 +0200 Subject: [PATCH] chore: release version v3.0.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afad01b..6ce7cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [3.0.0](https://github.com/multiformats/js-multibase/compare/v2.0.0...v3.0.0) (2020-07-31) + + +### Bug Fixes + +* return Uint8Arrays ([#63](https://github.com/multiformats/js-multibase/issues/63)) ([5e38957](https://github.com/multiformats/js-multibase/commit/5e38957)) + + +### BREAKING CHANGES + +* - node `Buffer`s are not returned any more, only `Uint8Array`s + + + # [2.0.0](https://github.com/multiformats/js-multibase/compare/v1.0.1...v2.0.0) (2020-07-24)