From b922375b0cc1a6aa7d28c07284cb688fe8d14339 Mon Sep 17 00:00:00 2001 From: Marius Darila Date: Tue, 20 Sep 2016 14:17:04 +0300 Subject: [PATCH] chore(release): 1.1.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe7335..d2f878f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.1.3](https://github.com/AkashaProject/ipfs-connector/compare/v1.1.2...v1.1.3) (2016-09-20) + + + ## [1.1.2](https://github.com/AkashaProject/ipfs-connector/compare/v1.1.1...v1.1.2) (2016-09-16) diff --git a/package.json b/package.json index e492269..5d50bd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akashaproject/ipfs-connector", - "version": "1.1.2", + "version": "1.1.3", "description": "Ipfs download/process manager", "main": "index.js", "scripts": {