From 2d1ce4f3b9c729ba60f138e1e9f2ebd4ea6f7cb7 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Fri, 29 Jun 2018 14:05:32 +0200 Subject: [PATCH] chore: release version v0.2.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c52fb..d26a263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + +## [0.2.1](https://github.com/ipld/js-ipld-git/compare/v0.2.0...v0.2.1) (2018-06-29) + + +### Bug Fixes + +* do not ignore cid.options ([#18](https://github.com/ipld/js-ipld-git/issues/18)) ([4641b63](https://github.com/ipld/js-ipld-git/commit/4641b63)) +* pass serialized blob to util.cid ([#16](https://github.com/ipld/js-ipld-git/issues/16)) ([d8f8687](https://github.com/ipld/js-ipld-git/commit/d8f8687)) + + +### Features + +* add defaultHashAlg ([d0ccec3](https://github.com/ipld/js-ipld-git/commit/d0ccec3)) +* add util.cid options ([#15](https://github.com/ipld/js-ipld-git/issues/15)) ([5ed9c74](https://github.com/ipld/js-ipld-git/commit/5ed9c74)) + + +### BREAKING CHANGES + +* the first argument is now the serialized output NOT the dag node. +See https://github.com/ipld/interface-ipld-format/issues/32 + + + # [0.2.0](https://github.com/ipld/js-ipld-git/compare/v0.1.1...v0.2.0) (2018-02-12) diff --git a/package.json b/package.json index f3fd535..7703910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipld-git", - "version": "0.2.0", + "version": "0.2.1", "description": "JavaScript Implementation of Git IPLD format", "leadMaintainer": "Volker Mische ", "main": "src/index.js",