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

Commit 5767c69

Browse files
chore(release): 6.0.9 [skip ci]
## [6.0.9](v6.0.8...v6.0.9) (2023-01-17) ### Bug Fixes * increase default socket close timeout ([#242](#242)) ([a64ba41](a64ba41)), closes [#239](#239) ### Trivial Changes * replace err-code with CodeError ([#240](#240)) ([5c44562](5c44562)), closes [js-libp2p#1269](libp2p/js-libp2p#1269)
1 parent a64ba41 commit 5767c69

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [6.0.9](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.8...v6.0.9) (2023-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* increase default socket close timeout ([#242](https://github.com/libp2p/js-libp2p-tcp/issues/242)) ([a64ba41](https://github.com/libp2p/js-libp2p-tcp/commit/a64ba41f485f3bde28b58827c8a2ce5bf94f711a)), closes [#239](https://github.com/libp2p/js-libp2p-tcp/issues/239)
7+
8+
9+
### Trivial Changes
10+
11+
* replace err-code with CodeError ([#240](https://github.com/libp2p/js-libp2p-tcp/issues/240)) ([5c44562](https://github.com/libp2p/js-libp2p-tcp/commit/5c445628e97a1462c64a48253efd9ccb3441c399)), closes [js-libp2p#1269](https://github.com/libp2p/js-libp2p/issues/1269)
12+
113
## [6.0.8](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.7...v6.0.8) (2022-12-16)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/tcp",
3-
"version": "6.0.8",
3+
"version": "6.0.9",
44
"description": "A TCP transport for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",

0 commit comments

Comments
 (0)