Skip to content

Commit

Permalink
chore: release version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 13, 2018
1 parent eeb3874 commit 5bf528f
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 1 deletion.
85 changes: 85 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<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)


### Features

* can start own ipfs node now mfs is in js-ipfs ([05de260](https://github.com/ipfs-shipyard/ipfs-blob-store/commit/05de260)), closes [#15](https://github.com/ipfs-shipyard/ipfs-blob-store/issues/15)


### Performance Improvements

* use stream methods from api ([9f46297](https://github.com/ipfs-shipyard/ipfs-blob-store/commit/9f46297))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v1.1.2...v1.2.0) (2018-01-25)


### Features

* Update deps and fix tests ([#20](https://github.com/ipfs-shipyard/ipfs-blob-store/issues/20)) ([8d81bd4](https://github.com/ipfs-shipyard/ipfs-blob-store/commit/8d81bd4))



<a name="1.1.2"></a>
## [1.1.2](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v1.1.1...v1.1.2) (2016-10-27)



<a name="1.1.1"></a>
## [1.1.1](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v1.1.0...v1.1.1) (2016-06-29)



<a name="1.1.0"></a>
# [1.1.0](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v1.0.0...v1.1.0) (2016-06-28)



<a name="1.0.0"></a>
# [1.0.0](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v0.4.0...v1.0.0) (2016-04-08)



<a name="0.4.0"></a>
# [0.4.0](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v0.3.0...v0.4.0) (2016-03-23)



<a name="0.3.0"></a>
# [0.3.0](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v0.2.2...v0.3.0) (2016-01-31)



<a name="0.2.2"></a>
## [0.2.2](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v0.2.1...v0.2.2) (2016-01-02)



<a name="0.2.1"></a>
## [0.2.1](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v0.2.0...v0.2.1) (2015-12-04)



<a name="0.2.0"></a>
# [0.2.0](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v0.1.2...v0.2.0) (2015-11-23)



<a name="0.1.2"></a>
## [0.1.2](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v0.1.1...v0.1.2) (2015-11-23)



<a name="0.1.1"></a>
## [0.1.1](https://github.com/ipfs-shipyard/ipfs-blob-store/compare/v0.1.0...v0.1.1) (2015-11-16)



<a name="0.1.0"></a>
# 0.1.0 (2015-11-13)



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": "1.2.0",
"version": "2.0.0",
"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 5bf528f

Please sign in to comment.