We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5d813 commit 849fbaaCopy full SHA for 849fbaa
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.1.15"></a>
2
+## [0.1.15](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.14...v0.1.15) (2018-06-08)
3
+
4
5
+### Bug Fixes
6
7
+* a typo ([932b804](https://github.com/ipfs/js-ipfs-unixfs/commit/932b804))
8
9
10
11
<a name="0.1.14"></a>
12
## [0.1.14](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.13...v0.1.14) (2017-11-07)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs",
- "version": "0.1.14",
+ "version": "0.1.15",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
0 commit comments