From 0e4e0be6e2bf641f28c497bbf1a8e624a24e89a7 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Fri, 13 Jul 2018 11:35:55 +0200 Subject: [PATCH] chore: release version v2.0.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2c0f2..70721c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [2.0.1](https://github.com/ipld/js-ipld-ethereum/compare/v2.0.0...v2.0.1) (2018-07-13) + + +### Bug Fixes + +* implement CID options ([#21](https://github.com/ipld/js-ipld-ethereum/issues/21)) ([da25e17](https://github.com/ipld/js-ipld-ethereum/commit/da25e17)) + + +### Features + +* add defaultHashAlg ([e767312](https://github.com/ipld/js-ipld-ethereum/commit/e767312)) +* add util.cid options ([#17](https://github.com/ipld/js-ipld-ethereum/issues/17)) ([f416b43](https://github.com/ipld/js-ipld-ethereum/commit/f416b43)), closes [ipld/interface-ipld-format#40](https://github.com/ipld/interface-ipld-format/issues/40) + + + # [2.0.0](https://github.com/ipld/js-ipld-ethereum/compare/v1.4.4...v2.0.0) (2018-02-12) diff --git a/package.json b/package.json index 91b9eca..bb7076e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipld-ethereum", - "version": "2.0.0", + "version": "2.0.1", "description": "JavaScript Implementation of All Ethereum IPLD formats", "leadMaintainer": "kumavis ", "main": "src/index.js",