From 5e80ee3a5ce7b509b164fdcc6816f0cfca896047 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Sun, 29 Jul 2018 23:50:34 +0100 Subject: [PATCH] chore: release version v0.31.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0716e030aa..c279f5dcc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.31.1](https://github.com/ipfs/js-ipfs/compare/v0.31.0...v0.31.1) (2018-07-29) + + +### Bug Fixes + +* logo link ([a9219ad](https://github.com/ipfs/js-ipfs/commit/a9219ad)) +* XMLHTTPRequest is deprecated and unavailable in service workers ([#1478](https://github.com/ipfs/js-ipfs/issues/1478)) ([7d6f0ca](https://github.com/ipfs/js-ipfs/commit/7d6f0ca)) + + + # [0.31.0](https://github.com/ipfs/js-ipfs/compare/v0.30.1...v0.31.0) (2018-07-29) diff --git a/package.json b/package.json index 8725330103..fdfaeabac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.31.0", + "version": "0.31.1", "description": "JavaScript implementation of the IPFS specification", "leadMaintainer": "Alan Shaw ", "bin": {