Skip to content

Commit

Permalink
chore: release version v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 13, 2018
1 parent 419b9b0 commit 39f0110
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.0.1"></a>
## [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))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v1.2.0...v2.0.0) (2018-08-13)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 39f0110

Please sign in to comment.