From b8102bc403f8df5a9b11b1683b84733bee37b253 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 18 Jun 2020 14:58:53 +0100 Subject: [PATCH] chore: release version v0.4.20 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0721166e..9708cefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +## [0.4.20](https://github.com/multiformats/js-multihash/compare/v0.4.19...v0.4.20) (2020-06-18) + + +### Bug Fixes + +* change maintainer, add docs ([0e7152e](https://github.com/multiformats/js-multihash/commit/0e7152e)) +* update multibase and add buffer in the test ([#83](https://github.com/multiformats/js-multihash/issues/83)) ([a42bcc7](https://github.com/multiformats/js-multihash/commit/a42bcc7)) + + +### Features + +* updates multihash table ([a8c8838](https://github.com/multiformats/js-multihash/commit/a8c8838)) + + +### BREAKING CHANGES + +* defaultLengths removed + + + ## [0.4.19](https://github.com/multiformats/js-multihash/compare/v0.4.18...v0.4.19) (2020-03-31)