From 989e20d50725a067aacd12117dec6d32527fa262 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 4 Aug 2020 18:23:58 +0200 Subject: [PATCH] chore: release version v0.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe1d92..6d38b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [0.6.0](https://github.com/ipld/js-ipld-git/compare/v0.5.3...v0.6.0) (2020-08-04) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#70](https://github.com/ipld/js-ipld-git/issues/70)) ([8c999ba](https://github.com/ipld/js-ipld-git/commit/8c999ba)) + + +### BREAKING CHANGES + +* - `util.serialize` returns a `Uint8Array` +- `util.cid` returns `CID`s with a breaking API change - see https://github.com/multiformats/js-cid/pull/117 for changes + + + ## [0.5.3](https://github.com/ipld/js-ipld-git/compare/v0.5.2...v0.5.3) (2020-07-24)