From 29d64ef7d3393047f3995b8e46ae3a15accf04ad Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 8 May 2019 16:37:46 +0200 Subject: [PATCH] chore: release version v0.23.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac919ab..12ea12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# [0.23.0](https://github.com/ipld/js-ipld/compare/v0.22.0...v0.23.0) (2019-05-08) + + +### Bug Fixes + +* use the cleaned up IPLD Format API ([108aef0](https://github.com/ipld/js-ipld/commit/108aef0)) + + +### BREAKING CHANGES + +* All formats now return data according to the [IPLD Data Model] + +The most important change is that now *all* formats return links as [CID instances] +and no longer as the JSON representation (`{"/": "base-encoded-cid"}`. + +[IPLD Data Model]: https://github.com/ipld/specs/blob/master/IPLD-Data-Model-v1.md +[CID instances]: https://github.com/multiformats/js-cid/ + + + # [0.22.0](https://github.com/ipld/js-ipld/compare/v0.21.1...v0.22.0) (2019-03-21)