From 1c92da635d9cb1d954fe8a3a695460d366e9916f Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Mon, 10 Aug 2020 15:37:39 +0200 Subject: [PATCH] chore: release version v8.0.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aac12a..21cb85d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [8.0.0](https://github.com/multiformats/js-mafmt/compare/v7.1.0...v8.0.0) (2020-08-10) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#59](https://github.com/multiformats/js-mafmt/issues/59)) ([022ab87](https://github.com/multiformats/js-mafmt/commit/022ab87)) + + +### BREAKING CHANGES + +* - Now uses a version of `multiaddr` than has a `.bytes` property instead of `.buffer` + + + # [7.1.0](https://github.com/multiformats/js-mafmt/compare/v7.0.1...v7.1.0) (2020-02-06)