Skip to content

Commit 07a03ac

Browse files
chore(release): 6.1.0 [skip ci]
## [6.1.0](libp2p/js-libp2p-tcp@v6.0.9...v6.1.0) (2023-01-21) ### Features * close server on maxConnections ([libp2p#218](libp2p/js-libp2p-tcp#218)) ([bff54fa](libp2p/js-libp2p-tcp@bff54fa)) ### Bug Fixes * specify host explicitly in node tests ([libp2p#247](libp2p/js-libp2p-tcp#247)) ([d7e5a69](libp2p/js-libp2p-tcp@d7e5a69))
1 parent d7e5a69 commit 07a03ac

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [6.1.0](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.9...v6.1.0) (2023-01-21)
2+
3+
4+
### Features
5+
6+
* close server on maxConnections ([#218](https://github.com/libp2p/js-libp2p-tcp/issues/218)) ([bff54fa](https://github.com/libp2p/js-libp2p-tcp/commit/bff54fa5d40be44f421924e21b11d8c37fc53b1e))
7+
8+
9+
### Bug Fixes
10+
11+
* specify host explicitly in node tests ([#247](https://github.com/libp2p/js-libp2p-tcp/issues/247)) ([d7e5a69](https://github.com/libp2p/js-libp2p-tcp/commit/d7e5a69d917850b756a0fd47760552e0b2fb0feb))
12+
113
## [6.0.9](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.8...v6.0.9) (2023-01-17)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/tcp",
3-
"version": "6.0.9",
3+
"version": "6.1.0",
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)