Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit a0c23e4

Browse files
committed
chore: release version v0.12.1
License: MIT Signed-off-by: Jacob Heun <[email protected]>
1 parent 66ab208 commit a0c23e4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.12.1"></a>
2+
## [0.12.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.12.0...v0.12.1) (2018-07-31)
3+
4+
5+
### Bug Fixes
6+
7+
* invalid ip address and daemon can be crashed by remote user ([4b04b17](https://github.com/libp2p/js-libp2p-tcp/commit/4b04b17))
8+
9+
10+
111
<a name="0.12.0"></a>
212
# [0.12.0](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.6...v0.12.0) (2018-04-05)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-tcp",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
55
"leadMaintainer": "Jacob Heun <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)