We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4d9e7 commit dfc9f20Copy full SHA for dfc9f20
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.31.3"></a>
2
+## [0.31.3](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.31.2...v0.31.3) (2018-07-24)
3
+
4
5
+### Bug Fixes
6
7
+* return cids from builder ([0d3d3d8](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/0d3d3d8))
8
9
10
11
<a name="0.31.2"></a>
12
## [0.31.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.31.1...v0.31.2) (2018-07-20)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-engine",
- "version": "0.31.2",
+ "version": "0.31.3",
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
0 commit comments