From fb9d9302abcb65b26352e2a04ab614198dc224c2 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 13 Sep 2018 16:34:37 +0100 Subject: [PATCH] chore: release version v0.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd5fa2..6278ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.1.0](https://github.com/ipfs-shipyard/js-cid-tool/compare/v0.0.1...v0.1.0) (2018-09-13) + + +### Features + +* add format command ([a7b8fa7](https://github.com/ipfs-shipyard/js-cid-tool/commit/a7b8fa7)), closes [#2](https://github.com/ipfs-shipyard/js-cid-tool/issues/2) + + + ## 0.0.1 (2018-09-12) diff --git a/package.json b/package.json index a7ef534..76e5c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cid-tool", - "version": "0.0.1", + "version": "0.1.0", "description": "Convert and discover properties of CIDs", "main": "src/index.js", "bin": {