chore: release version v0.13.2

This commit is contained in:
David Dias 2017-11-27 09:13:13 +00:00
parent c906f698e4
commit ec956c1d42
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.13.2"></a>
## [0.13.2](https://github.com/libp2p/js-libp2p/compare/v0.13.1...v0.13.2) (2017-11-27)
### Features
* Bring libp2p-websocket-star to the Transports family! 🌟 ([#122](https://github.com/libp2p/js-libp2p/issues/122)) ([95f029e](https://github.com/libp2p/js-libp2p/commit/95f029e))
<a name="0.13.1"></a>
## [0.13.1](https://github.com/libp2p/js-libp2p/compare/v0.13.0...v0.13.1) (2017-11-12)

View File

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