Compare commits

...

2 Commits

Author SHA1 Message Date
2cd7736e06 chore: release version v0.13.2
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
2019-09-24 14:56:59 +02:00
453b40a358 chore: update contributors 2019-09-24 14:56:58 +02:00
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-tcp/compare/v0.13.1...v0.13.2) (2019-09-24)
### Bug Fixes
* support multiaddr 7 ([#115](https://github.com/libp2p/js-libp2p-tcp/issues/115)) ([37cea53](https://github.com/libp2p/js-libp2p-tcp/commit/37cea53))
<a name="0.13.1"></a>
## [0.13.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.13.0...v0.13.1) (2019-08-08)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-tcp",
"version": "0.13.1",
"version": "0.13.2",
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",