Skip to content

Commit

Permalink
chore(release): 1.5.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.11](v1.5.10...v1.5.11) (2024-09-28)

### Bug Fixes

* patch tcp to reduce default timeout ([104fe15](104fe15))
* patch tcp to report socket connect ([0e935bb](0e935bb))
  • Loading branch information
semantic-release-bot committed Sep 28, 2024
1 parent 104fe15 commit 09a79d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.11](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.10...v1.5.11) (2024-09-28)

### Bug Fixes

* patch tcp to reduce default timeout ([104fe15](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/104fe158c8f8042b060c5bf6a42c130cf0f227dc))
* patch tcp to report socket connect ([0e935bb](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/0e935bb8a0a8d2dc2dbf1aaeeb5b42af09b2ac44))

## [1.5.10](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.9...v1.5.10) (2024-09-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/amino-dht-bootstrapper",
"version": "1.5.10",
"version": "1.5.11",
"description": "Run an Amino DHT boostrapper with js-libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper#readme",
Expand Down

0 comments on commit 09a79d6

Please sign in to comment.