From 5aa613baae107a5b8d96e95e568b6461f23f1282 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 7 Sep 2017 21:20:36 +0100 Subject: [PATCH] chore: release version v14.3.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0e91d2a..e2c2d37d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [14.3.4](https://github.com/ipfs/js-ipfs-api/compare/v14.3.3...v14.3.4) (2017-09-07) + + + ## [14.3.3](https://github.com/ipfs/js-ipfs-api/compare/v14.3.2...v14.3.3) (2017-09-07) diff --git a/package.json b/package.json index 7ec308a84..c58c7fefc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-api", - "version": "14.3.3", + "version": "14.3.4", "description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec", "main": "src/index.js", "browser": {