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

Commit

Permalink
chore: release version v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jul 13, 2018
1 parent 5d38d0b commit 0e4e0be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="2.0.1"></a>
## [2.0.1](https://github.com/ipld/js-ipld-ethereum/compare/v2.0.0...v2.0.1) (2018-07-13)


### Bug Fixes

* implement CID options ([#21](https://github.com/ipld/js-ipld-ethereum/issues/21)) ([da25e17](https://github.com/ipld/js-ipld-ethereum/commit/da25e17))


### Features

* add defaultHashAlg ([e767312](https://github.com/ipld/js-ipld-ethereum/commit/e767312))
* add util.cid options ([#17](https://github.com/ipld/js-ipld-ethereum/issues/17)) ([f416b43](https://github.com/ipld/js-ipld-ethereum/commit/f416b43)), closes [ipld/interface-ipld-format#40](https://github.com/ipld/interface-ipld-format/issues/40)



<a name="2.0.0"></a>
# [2.0.0](https://github.com/ipld/js-ipld-ethereum/compare/v1.4.4...v2.0.0) (2018-02-12)

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": "ipld-ethereum",
"version": "2.0.0",
"version": "2.0.1",
"description": "JavaScript Implementation of All Ethereum IPLD formats",
"leadMaintainer": "kumavis <[email protected]>",
"main": "src/index.js",
Expand Down

0 comments on commit 0e4e0be

Please sign in to comment.