Compare commits

..

3 Commits

Author SHA1 Message Date
ba0346cbb6 fix: listen with multiaddr7
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
2019-09-24 14:36:48 +02:00
bf532d181a test: add multiaddr7 dial test
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
2019-09-24 14:29:35 +02:00
5429c409db fix: support multiaddr7 addr filtering
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
2019-09-24 14:26:35 +02:00
2 changed files with 1 additions and 11 deletions

View File

@ -1,13 +1,3 @@
<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.2",
"version": "0.13.1",
"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",