From a137002a9644ee5edf6fe9a313a805624fae2516 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 7 Dec 2017 21:23:34 +0000 Subject: [PATCH] chore: release version v0.27.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc58d97de2..a2b3e8c2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.27.1](https://github.com/ipfs/js-ipfs/compare/v0.27.0...v0.27.1) (2017-12-07) + + +### Bug Fixes + +* **pubsub.peers:** remove the requirement for a topic ([#1125](https://github.com/ipfs/js-ipfs/issues/1125)) ([5601c26](https://github.com/ipfs/js-ipfs/commit/5601c26)) + + + # [0.27.0](https://github.com/ipfs/js-ipfs/compare/v0.26.0...v0.27.0) (2017-12-04) diff --git a/package.json b/package.json index d8906c90b7..5046d9fc23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.27.0", + "version": "0.27.1", "description": "JavaScript implementation of the IPFS specification", "bin": { "jsipfs": "src/cli/bin.js"