From adb5399a3f72f6c9c4ff72c5e0b2ed3b10d193a7 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Fri, 22 Jun 2018 12:08:18 +0100 Subject: [PATCH] chore: release version v0.37.5 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62bd10d..b1e85a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [0.37.5](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.37.4...v0.37.5) (2018-06-22) + + +### Bug Fixes + +* pass config to ipfs for proc daemon ([#268](https://github.com/ipfs/js-ipfsd-ctl/issues/268)) ([1cdb739](https://github.com/ipfs/js-ipfsd-ctl/commit/1cdb739)) + + +### Features + +* log stderr from daemon ([#270](https://github.com/ipfs/js-ipfsd-ctl/issues/270)) ([c4a175c](https://github.com/ipfs/js-ipfsd-ctl/commit/c4a175c)) + + + ## [0.37.4](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.37.3...v0.37.4) (2018-06-11) diff --git a/package.json b/package.json index 1807d7a2..ed1c73d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "0.37.4", + "version": "0.37.5", "description": "Spawn IPFS Daemons, JS or Go", "leadMaintainer": "Vasco Santos ", "main": "src/index.js",