From 09a79d68e74320824e12e88049cfc59c61d94135 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Sep 2024 11:52:39 +0000 Subject: [PATCH] chore(release): 1.5.11 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68c6f6..9ee8716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index d03eef8..ec453d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.10", + "version": "1.5.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.10", + "version": "1.5.11", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index d6ebf36..26a83b6 100644 --- a/package.json +++ b/package.json @@ -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",