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

Commit d804244

Browse files
committed
chore: release version v0.11.2
1 parent 31c720f commit d804244

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.11.2"></a>
2+
## [0.11.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.1...v0.11.2) (2018-01-12)
3+
4+
5+
### Bug Fixes
6+
7+
* missing dependency debug, fixes [#84](https://github.com/libp2p/js-libp2p-tcp/issues/84) ([74a88f6](https://github.com/libp2p/js-libp2p-tcp/commit/74a88f6))
8+
9+
10+
111
<a name="0.11.1"></a>
212
## [0.11.1](https://github.com/libp2p/js-libp2p-tcp/compare/v0.11.0...v0.11.1) (2017-10-13)
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.11.1",
3+
"version": "0.11.2",
44
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)