From 7ccbfee4936f4121f67e111405206d83b54bb424 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 12 Jul 2021 10:36:47 +0200 Subject: [PATCH] chore: release version v0.7.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a614e1..1a5b5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.7.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.6.4...v0.7.0) (2021-07-12) + + +### chore + +* update to new multiformats ([#98](https://github.com/ipfs/js-ipfs-http-response/issues/98)) ([1641cef](https://github.com/ipfs/js-ipfs-http-response/commit/1641cefaa2cc965ddd7fdaa2d9be8dd7b0150665)) + + +### BREAKING CHANGES + +* pulls in new multiformats modules + + + ## [0.6.4](https://github.com/ipfs/js-ipfs-http-response/compare/v0.6.3...v0.6.4) (2021-04-16)