Skip to content

Commit

Permalink
chore: release version v0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 7, 2018
1 parent 7648d40 commit 5de0ada
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.39.1"></a>
## [0.39.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.37.5...v0.39.1) (2018-08-07)


### Features

* allows a custom IpfsApi constructor to be used ([#261](https://github.com/ipfs/js-ipfsd-ctl/issues/261)) ([dacde26](https://github.com/ipfs/js-ipfsd-ctl/commit/dacde26))
* go-ipfs 0.4.17 ([958a9e3](https://github.com/ipfs/js-ipfsd-ctl/commit/958a9e3))



<a name="0.39.0"></a>
# [0.39.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v0.38.0...v0.39.0) (2018-07-28)

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": "ipfsd-ctl",
"version": "0.39.0",
"version": "0.39.1",
"description": "Spawn IPFS Daemons, JS or Go",
"leadMaintainer": "Hugo Dias <mail@hugodias.me>",
"main": "src/index.js",
Expand Down

0 comments on commit 5de0ada

Please sign in to comment.