chore: release version v0.11.5

This commit is contained in:
David Dias 2018-02-07 05:59:57 +00:00
parent 41ca37e9ce
commit d194ff0a3b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
<a name="0.11.5"></a>
## [0.11.5](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.4...v0.11.5) (2018-02-07)
<a name="0.11.4"></a>
## [0.11.4](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.3...v0.11.4) (2018-02-07)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-tcp",
"version": "0.11.4",
"version": "0.11.5",
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
"main": "src/index.js",
"scripts": {