From f41b19f8e360013c6e6b0a1be5ef152bd2edeaa3 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 20 Nov 2017 11:13:08 +0000 Subject: [PATCH] chore: release version v17.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2b8d111..09ba96f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [17.1.0](https://github.com/ipfs/js-ipfs-api/compare/v17.0.1...v17.1.0) (2017-11-20) + + +### Features + +* send files HTTP request should stream ([#629](https://github.com/ipfs/js-ipfs-api/issues/629)) ([dae62cb](https://github.com/ipfs/js-ipfs-api/commit/dae62cb)) + + + ## [17.0.1](https://github.com/ipfs/js-ipfs-api/compare/v17.0.0...v17.0.1) (2017-11-20) diff --git a/package.json b/package.json index 3d7262392..08581e219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-api", - "version": "17.0.1", + "version": "17.1.0", "description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec", "main": "src/index.js", "browser": {