From cbe44d41e19de9b5ae6de0607abf7027f84920af Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 4 Aug 2020 14:12:04 +0200 Subject: [PATCH] chore: release version v1.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f791a..37f68a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# [1.0.0](https://github.com/multiformats/js-cid/compare/v0.8.3...v1.0.0) (2020-08-04) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#117](https://github.com/multiformats/js-cid/issues/117)) ([a7ae250](https://github.com/multiformats/js-cid/commit/a7ae250)) + + +### Features + +* expose codec code and allow construction by code ([59469b6](https://github.com/multiformats/js-cid/commit/59469b6)), closes [/github.com/multiformats/js-cid/pull/117#issuecomment-668131658](https://github.com//github.com/multiformats/js-cid/pull/117/issues/issuecomment-668131658) + + +### BREAKING CHANGES + +* - node `Buffer`s have been replaced with `Uint8Array`s +- the `.buffer` property has been renamed to `.bytes` and is now a `Uint8Array` +- the `.prefix` property is now a `Uint8Array` + + + ## [0.8.3](https://github.com/multiformats/js-cid/compare/v0.8.2...v0.8.3) (2020-06-19)