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 Jun 29, 2018
1 parent fc64280 commit bbb9d74
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-raw/compare/v2.0.0...v2.0.1) (2018-06-29)


### Bug Fixes

* resolver.tree allow options to be ommitted ([2903bf7](https://github.com/ipld/js-ipld-raw/commit/2903bf7)), closes [#4](https://github.com/ipld/js-ipld-raw/issues/4)


### Features

* add defaultHashAlg ([b7db79b](https://github.com/ipld/js-ipld-raw/commit/b7db79b))
* add util.cid options ([#13](https://github.com/ipld/js-ipld-raw/issues/13)) ([bb2fbf7](https://github.com/ipld/js-ipld-raw/commit/bb2fbf7)), 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-raw/compare/v1.0.7...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-raw",
"version": "2.0.0",
"version": "2.0.1",
"description": "JavaScript implementation of the IPLD raw format.",
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
"main": "src/index.js",
Expand Down

0 comments on commit bbb9d74

Please sign in to comment.