From 797be7900ecf24ed387df40eae4df7fafb180271 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 13 Nov 2017 09:38:46 +0000 Subject: [PATCH] chore: release version v15.0.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56eee2757..e4342fb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [15.0.2](https://github.com/ipfs/js-ipfs-api/compare/v15.0.1...v15.0.2) (2017-11-13) + + + ## [15.0.1](https://github.com/ipfs/js-ipfs-api/compare/v15.0.0...v15.0.1) (2017-10-22) diff --git a/package.json b/package.json index 2c892c984..f95cfb847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-api", - "version": "15.0.1", + "version": "15.0.2", "description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec", "main": "src/index.js", "browser": {