chore: release version v0.10.2

This commit is contained in:
David Dias 2017-07-21 10:26:13 -07:00
parent c1ccc1d5fb
commit d3b0f380bb
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.10.2"></a>
## [0.10.2](https://github.com/libp2p/js-libp2p/compare/v0.10.1...v0.10.2) (2017-07-21)
### Bug Fixes
* circle ci, thanks victor! ([4224c1f](https://github.com/libp2p/js-libp2p/commit/4224c1f))
<a name="0.10.1"></a>
## [0.10.1](https://github.com/libp2p/js-libp2p/compare/v0.10.0...v0.10.1) (2017-07-10)

View File

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