From 1371f0f68d06c5eac2b5997d29d3518242337be8 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 27 Mar 2018 12:59:01 -0700 Subject: [PATCH] chore: release version v0.31.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd26e627..41b2cf19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.31.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.30.4...v0.31.0) (2018-03-27) + + +### Features + +* upgrade to go-ipfs-0.4.14 ([77b4cd9](https://github.com/ipfs/js-ipfsd-ctl/commit/77b4cd9)) + + + ## [0.30.4](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.30.3...v0.30.4) (2018-03-21) diff --git a/package.json b/package.json index a14007b0..85f8469a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "0.30.4", + "version": "0.31.0", "description": "Spawn IPFS Daemons, JS or Go", "main": "src/index.js", "scripts": {