Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
chore: release version v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jan 22, 2018
1 parent 07fc747 commit 3b6ffc9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.1.3"></a>
## [0.1.3](https://github.com/ipld/js-ipld-bitcoin/compare/v0.1.2...v0.1.3) (2018-01-22)


### Bug Fixes

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


### Features

* Add resolve() method ([25cef82](https://github.com/ipld/js-ipld-bitcoin/commit/25cef82))
* Add tree() method ([685889d](https://github.com/ipld/js-ipld-bitcoin/commit/685889d))



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

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

0 comments on commit 3b6ffc9

Please sign in to comment.