From fda23c444b5437fe15c2875dfe547ad1e63a2c27 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Fri, 29 Jun 2018 14:04:51 +0200 Subject: [PATCH] chore: release version v0.14.5 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1068a72..3c35009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + +## [0.14.5](https://github.com/ipld/js-ipld-dag-pb/compare/v0.14.4...v0.14.5) (2018-06-29) + + +### Bug Fixes + +* pass serialized blob to util.cid ([#75](https://github.com/ipld/js-ipld-dag-pb/issues/75)) ([2ae9542](https://github.com/ipld/js-ipld-dag-pb/commit/2ae9542)) +* unlock and update stable dep ([40a5e65](https://github.com/ipld/js-ipld-dag-pb/commit/40a5e65)) + + +### Features + +* add defaultHashAlg ([424d2a1](https://github.com/ipld/js-ipld-dag-pb/commit/424d2a1)) +* add util.cid options ([#74](https://github.com/ipld/js-ipld-dag-pb/issues/74)) ([1d89fa7](https://github.com/ipld/js-ipld-dag-pb/commit/1d89fa7)) + + +### 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.14.4](https://github.com/ipld/js-ipld-dag-pb/compare/v0.14.3...v0.14.4) (2018-04-25) diff --git a/package.json b/package.json index 05e7467..4e363b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipld-dag-pb", - "version": "0.14.4", + "version": "0.14.5", "description": "JavaScript Implementation of the MerkleDAG Node in Protobuf.", "leadMaintainer": "Volker Mische ", "main": "src/index.js",