chore: release version v0.9.1

This commit is contained in:
David Dias 2017-04-16 16:54:49 +01:00
parent fb92e672ee
commit 0263b899e3
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.9.1"></a>
## [0.9.1](https://github.com/libp2p/js-libp2p/compare/v0.9.0...v0.9.1) (2017-04-16)
### Bug Fixes
* do not use assert in async funcs ([#88](https://github.com/libp2p/js-libp2p/issues/88)) ([2e326e1](https://github.com/libp2p/js-libp2p/commit/2e326e1))
<a name="0.9.0"></a>
# [0.9.0](https://github.com/libp2p/js-libp2p/compare/v0.8.0...v0.9.0) (2017-04-06)

View File

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