Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 21, 2023
1 parent d7e5a69 commit 07a03ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [6.1.0](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.9...v6.1.0) (2023-01-21)


### Features

* close server on maxConnections ([#218](https://github.com/libp2p/js-libp2p-tcp/issues/218)) ([bff54fa](https://github.com/libp2p/js-libp2p-tcp/commit/bff54fa5d40be44f421924e21b11d8c37fc53b1e))


### Bug Fixes

* 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))

## [6.0.9](https://github.com/libp2p/js-libp2p-tcp/compare/v6.0.8...v6.0.9) (2023-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/tcp",
"version": "6.0.9",
"version": "6.1.0",
"description": "A TCP transport for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-tcp#readme",
Expand Down

0 comments on commit 07a03ac

Please sign in to comment.