Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit fedd9af

Browse files
committed
chore: release version v0.4.0
License: MIT Signed-off-by: achingbrain <[email protected]>
1 parent 7ff478b commit fedd9af

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.4.0"></a>
2+
# [0.4.0](https://github.com/ipfs/js-ipfs-mfs/compare/v0.3.2...v0.4.0) (2018-09-28)
3+
4+
5+
### Bug Fixes
6+
7+
* allow for graceful release with datastore-level ([64ff6a1](https://github.com/ipfs/js-ipfs-mfs/commit/64ff6a1))
8+
* avoid creating a cid with a null result ([59bcf3c](https://github.com/ipfs/js-ipfs-mfs/commit/59bcf3c))
9+
* update database not found error ([62212c4](https://github.com/ipfs/js-ipfs-mfs/commit/62212c4))
10+
* update read cli to use returned pull stream ([62cf0cd](https://github.com/ipfs/js-ipfs-mfs/commit/62cf0cd))
11+
12+
13+
114
<a name="0.3.2"></a>
215
## [0.3.2](https://github.com/ipfs/js-ipfs-mfs/compare/v0.3.1...v0.3.2) (2018-08-23)
316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-mfs",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "JavaScript implementation of the IPFS Mutable File System",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)