chore: release version v0.7.0

This commit is contained in:
David Dias 2017-03-29 08:03:58 +01:00
parent c7f4368007
commit 9f4ec2a915
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.7.0"></a>
# [0.7.0](https://github.com/libp2p/js-libp2p/compare/v0.6.2...v0.7.0) (2017-03-29)
### Features
* update events to conform with [#74](https://github.com/libp2p/js-libp2p/issues/74) ([f73c045](https://github.com/libp2p/js-libp2p/commit/f73c045))
<a name="0.6.2"></a>
## [0.6.2](https://github.com/libp2p/js-libp2p/compare/v0.6.1...v0.6.2) (2017-03-28)

View File

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