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

Commit

Permalink
chore: release version v0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 11, 2018
1 parent 451b95b commit 8509bf4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.32.2"></a>
## [0.32.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.32.1...v0.32.2) (2018-08-11)


### Bug Fixes

* make rabin an optional dependency ([bef3152](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/bef3152))
* 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)



<a name="0.32.1"></a>
## [0.32.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.32.0...v0.32.1) (2018-08-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-engine",
"version": "0.32.1",
"version": "0.32.2",
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down

0 comments on commit 8509bf4

Please sign in to comment.