chore: release version v0.11.2

This commit is contained in:
David Dias
2018-01-12 12:30:45 +00:00
parent 31c720f285
commit d804244239
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
<a name="0.11.2"></a>
## [0.11.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.1...v0.11.2) (2018-01-12)
### Bug Fixes
* missing dependency debug, fixes [#84](https://github.com/libp2p/js-libp2p-tcp/issues/84) ([74a88f6](https://github.com/libp2p/js-libp2p-tcp/commit/74a88f6))
<a name="0.11.1"></a>
## [0.11.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.0...v0.11.1) (2017-10-13)

View File

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