From 6a4dacc906c9690a4e6ee0edd01c6005f629c761 Mon Sep 17 00:00:00 2001 From: Marius Darila Date: Wed, 5 Jul 2017 17:39:44 +0300 Subject: [PATCH] chore(release): 1.9.12 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c31a29..387b482 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.9.12](https://github.com/AkashaProject/ipfs-connector/compare/v1.9.11...v1.9.12) (2017-07-05) + + + ## [1.9.11](https://github.com/AkashaProject/ipfs-connector/compare/v1.9.10...v1.9.11) (2017-06-30) diff --git a/package-lock.json b/package-lock.json index 56b333a..2bbc966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@akashaproject/ipfs-connector", - "version": "1.9.11", + "version": "1.9.12", "lockfileVersion": 1, "dependencies": { "@akashaproject/ipfs-connector-utils": { diff --git a/package.json b/package.json index 24ec164..c542f76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akashaproject/ipfs-connector", - "version": "1.9.11", + "version": "1.9.12", "description": "Ipfs download/process manager", "main": "index.js", "types": "index.d.ts",