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 v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jan 30, 2018
1 parent 4d9abbe commit d4f45de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="0.1.2"></a>
## 0.1.2 (2018-01-30)


### Bug Fixes

* add proper error handling for util API ([dacb7b1](https://github.com/ipld/js-ipld-zcash/commit/dacb7b1))
* export `multicodec` property ([6a1e949](https://github.com/ipld/js-ipld-zcash/commit/6a1e949))
* the option in tree() is called `values` ([568c075](https://github.com/ipld/js-ipld-zcash/commit/568c075))


### Features

* Add resolve() method ([25cef82](https://github.com/ipld/js-ipld-zcash/commit/25cef82))
* Add tree() method ([685889d](https://github.com/ipld/js-ipld-zcash/commit/685889d))
* implementation of IPLD format for Zcash ([47d950f](https://github.com/ipld/js-ipld-zcash/commit/47d950f))
* initial commit ([525d003](https://github.com/ipld/js-ipld-zcash/commit/525d003))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/ipld/js-ipld-zcash/compare/v0.1.2...v0.1.1) (2018-01-30)

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-zcash",
"version": "0.1.1",
"version": "0.1.2",
"description": "JavaScript implementation of Zcash IPLD formats",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit d4f45de

Please sign in to comment.