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

Commit d1ac56f

Browse files
committed
chore: release version v0.0.2
License: MIT Signed-off-by: achingbrain <alex@achingbrain.net>
1 parent 28ceb47 commit d1ac56f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="0.0.2"></a>
2+
## [0.0.2](https://github.com/ipfs/js-ipfs-mfs/compare/v0.0.1...v0.0.2) (2018-06-12)
3+
4+
5+
### Features
6+
7+
* added mv command ([1577094](https://github.com/ipfs/js-ipfs-mfs/commit/1577094))
8+
* adds rm command ([682c478](https://github.com/ipfs/js-ipfs-mfs/commit/682c478))
9+
* allow for truncating files ([c515184](https://github.com/ipfs/js-ipfs-mfs/commit/c515184))
10+
* basic mfs.write command ([ccecb1b](https://github.com/ipfs/js-ipfs-mfs/commit/ccecb1b))
11+
* copy directories ([cb0135c](https://github.com/ipfs/js-ipfs-mfs/commit/cb0135c))
12+
* Happy path mfs.write command ([2ea064b](https://github.com/ipfs/js-ipfs-mfs/commit/2ea064b))
13+
* implement streaming mfs.read methods ([3e5620b](https://github.com/ipfs/js-ipfs-mfs/commit/3e5620b))
14+
* integrate with jsipfs cli ([79981d8](https://github.com/ipfs/js-ipfs-mfs/commit/79981d8))
15+
* mfs ls and mkdir commands ([bad24b3](https://github.com/ipfs/js-ipfs-mfs/commit/bad24b3))
16+
* More stat tests ([d4fc07e](https://github.com/ipfs/js-ipfs-mfs/commit/d4fc07e))
17+
* most of the cp command ([5d189a6](https://github.com/ipfs/js-ipfs-mfs/commit/5d189a6))
18+
* Replacing chunks of files that do not increase the size of the file ([77b5c32](https://github.com/ipfs/js-ipfs-mfs/commit/77b5c32))
19+
* simple mfs.read command ([035fde5](https://github.com/ipfs/js-ipfs-mfs/commit/035fde5))
20+
* Stat command working on directories ([4671b2e](https://github.com/ipfs/js-ipfs-mfs/commit/4671b2e))
21+
22+
23+
124

225

326
<a name="0.0.1"></a>

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.0.1",
3+
"version": "0.0.2",
44
"description": "JavaScript implementation of the IPFS Mutable File System",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)