chore: release version v0.6.0

This commit is contained in:
David Dias 2017-03-27 15:48:46 +01:00
parent 8f9e82b0fb
commit f74bc0596d
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
<a name="0.6.0"></a>
# [0.6.0](https://github.com/libp2p/js-libp2p/compare/v0.5.5...v0.6.0) (2017-03-27)
### Bug Fixes
* last touches ([2c23d9a](https://github.com/libp2p/js-libp2p/commit/2c23d9a))
### Features
* new super simplified API ([a6623c1](https://github.com/libp2p/js-libp2p/commit/a6623c1))
<a name="0.5.5"></a>
## [0.5.5](https://github.com/libp2p/js-libp2p/compare/v0.5.4...v0.5.5) (2017-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.5.5",
"version": "0.6.0",
"description": "JavaScript Skeleton for libp2p bundles",
"main": "src/index.js",
"scripts": {