From 494ee5bb2858879c825361f64a639abbe4b9f616 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Fri, 1 Jun 2018 18:43:44 +0100 Subject: [PATCH] chore: release version v0.37.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb7b360..18d3c559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.37.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.37.0...v0.37.1) (2018-06-01) + + +### Features + +* add support for experimental mfs flag ([3ce834e](https://github.com/ipfs/js-ipfsd-ctl/commit/3ce834e)) + + + # [0.37.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.36.0...v0.37.0) (2018-05-23) diff --git a/package.json b/package.json index 3ad2e8d2..ebff024d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "0.37.0", + "version": "0.37.1", "description": "Spawn IPFS Daemons, JS or Go", "leadMaintainer": "Vasco Santos ", "main": "src/index.js",