From f83908273a2d7e4a1c02d6e10644733e1a7e5381 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Mon, 1 Mar 2021 15:53:14 +0000 Subject: [PATCH] chore: release version v4.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f48ddc..06551ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [4.0.0](https://github.com/multiformats/js-multihash/compare/v3.1.2...v4.0.0) (2021-03-01) + + +### Bug Fixes + +* update to new aegir ([#115](https://github.com/multiformats/js-multihash/issues/115)) ([1d8348d](https://github.com/multiformats/js-multihash/commit/1d8348d11d7c8b5cebd22b74ffbd9cf4a69ac786)) + + +### BREAKING CHANGES + +* No longer supports deep type imports only from the entrypoint. + + + ## [3.1.3-0](https://github.com/multiformats/js-multihash/compare/v3.1.2...v3.1.3-0) (2021-02-13)