chore: release version v0.15.1

This commit is contained in:
David Dias 2018-01-16 06:16:15 -08:00
parent 76922383ab
commit 4c81f39ebe
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.15.1"></a>
## [0.15.1](https://github.com/libp2p/js-libp2p/compare/v0.15.0...v0.15.1) (2018-01-16)
### Bug Fixes
* typo in DHT setup ([#151](https://github.com/libp2p/js-libp2p/issues/151)) ([61bebd1](https://github.com/libp2p/js-libp2p/commit/61bebd1))
<a name="0.15.0"></a>
# [0.15.0](https://github.com/libp2p/js-libp2p/compare/v0.14.3...v0.15.0) (2018-01-07)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.15.0",
"version": "0.15.1",
"description": "JavaScript base class for libp2p bundles",
"main": "src/index.js",
"scripts": {