From 39f01104847b78c174f1d2ecbd5b5dab5f0cb022 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Mon, 13 Aug 2018 14:42:21 +0100 Subject: [PATCH] chore: release version v2.0.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d858b..b523bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [2.0.1](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v2.0.0...v2.0.1) (2018-08-13) + + +### Bug Fixes + +* use bundled ipfs in tests ([b2e6e8f](https://github.com/ipfs-shipyard/ipfs-blob-store/commit/b2e6e8f)) +* use the message instead of the code ([0e5a3c0](https://github.com/ipfs-shipyard/ipfs-blob-store/commit/0e5a3c0)) + + + # [2.0.0](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v1.2.0...v2.0.0) (2018-08-13) diff --git a/package.json b/package.json index f072b7b..83e2c23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-blob-store", - "version": "2.0.0", + "version": "2.0.1", "description": "An abstract-blob-store compatible implementation built using IPFS as the storage backend", "main": "src/index.js", "browser": {