From 5d61d93cc265aeecb70926b5912b7c0637a647e4 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 9 Dec 2017 21:06:32 +0000 Subject: [PATCH] chore: release version v0.27.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b3e8c2bb..6abe73e694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.27.2](https://github.com/ipfs/js-ipfs/compare/v0.27.1...v0.27.2) (2017-12-09) + + + ## [0.27.1](https://github.com/ipfs/js-ipfs/compare/v0.27.0...v0.27.1) (2017-12-07) diff --git a/package.json b/package.json index 5046d9fc23..1d1f0a4866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs", - "version": "0.27.1", + "version": "0.27.2", "description": "JavaScript implementation of the IPFS specification", "bin": { "jsipfs": "src/cli/bin.js"