chore: release version v0.11.6

This commit is contained in:
David Dias 2018-02-20 10:27:27 +00:00
parent bf74e9acad
commit df0aa059ca
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
<a name="0.11.6"></a>
## [0.11.6](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.5...v0.11.6) (2018-02-20)
<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)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-tcp",
"version": "0.11.5",
"version": "0.11.6",
"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": {