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

Commit 8509bf4

Browse files
committed
chore: release version v0.32.2
1 parent 451b95b commit 8509bf4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.32.2"></a>
2+
## [0.32.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.32.1...v0.32.2) (2018-08-11)
3+
4+
5+
### Bug Fixes
6+
7+
* make rabin an optional dependency ([bef3152](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/bef3152))
8+
* skip first hash algorithm as it is no longer valid ([0b84b76](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/0b84b76)), closes [js-multihash#57](https://github.com/js-multihash/issues/57)
9+
10+
11+
112
<a name="0.32.1"></a>
213
## [0.32.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.32.0...v0.32.1) (2018-08-08)
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-engine",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)