From a61b5680dc7e6981485817f51bc45cfd1e7df949 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 6 Nov 2017 09:18:10 +0000 Subject: [PATCH] chore: release version v0.18.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f01ec538..5055fda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.18.2](https://github.com/ipfs/js-ipfs-repo/compare/v0.18.1...v0.18.2) (2017-11-06) + + +### Bug Fixes + +* more windows interop ([#147](https://github.com/ipfs/js-ipfs-repo/issues/147)) ([22590cb](https://github.com/ipfs/js-ipfs-repo/commit/22590cb)) + + + ## [0.18.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.18.0...v0.18.1) (2017-11-06) diff --git a/package.json b/package.json index 6357d74d..27062503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-repo", - "version": "0.18.1", + "version": "0.18.2", "description": "IPFS Repo implementation", "main": "src/index.js", "browser": {