From 92d961af4df329b01038b3c69ccdcb3b332d344d Mon Sep 17 00:00:00 2001 From: Marius Darila Date: Thu, 13 Oct 2016 20:39:59 +0300 Subject: [PATCH] chore(release): 1.6.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981f0db..c17a078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.6.1](https://github.com/AkashaProject/ipfs-connector/compare/v1.6.0...v1.6.1) (2016-10-13) + + +### Bug Fixes + +* **resolver:** detect protobuf encoding ([9dbac36](https://github.com/AkashaProject/ipfs-connector/commit/9dbac36)) + + + # [1.6.0](https://github.com/AkashaProject/ipfs-connector/compare/v1.5.2...v1.6.0) (2016-10-13) diff --git a/package.json b/package.json index 85c3f73..f7cca80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akashaproject/ipfs-connector", - "version": "1.6.0", + "version": "1.6.1", "description": "Ipfs download/process manager", "main": "index.js", "types": "index.d.ts",