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

Commit 50590c6

Browse files
chore(release): 3.0.5 [skip ci]
## [3.0.5](v3.0.4...v3.0.5) (2022-08-31) ### Bug Fixes * destroy sockets on close ([#204](#204)) ([e8b8f2e](e8b8f2e)), closes [#201](#201)
1 parent e8b8f2e commit 50590c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.5](https://github.com/libp2p/js-libp2p-tcp/compare/v3.0.4...v3.0.5) (2022-08-31)
2+
3+
4+
### Bug Fixes
5+
6+
* destroy sockets on close ([#204](https://github.com/libp2p/js-libp2p-tcp/issues/204)) ([e8b8f2e](https://github.com/libp2p/js-libp2p-tcp/commit/e8b8f2eaf547640f2566b18a8d061912965f2a55)), closes [#201](https://github.com/libp2p/js-libp2p-tcp/issues/201)
7+
18
## [3.0.4](https://github.com/libp2p/js-libp2p-tcp/compare/v3.0.3...v3.0.4) (2022-08-30)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/tcp",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",

0 commit comments

Comments
 (0)