From e5e0f272bbb27e39d7e968ba6aa413e9d0d281e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Oct 2024 11:52:22 +0000 Subject: [PATCH] chore(release): 1.7.3 [skip ci] ## [1.7.3](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.7.2...v1.7.3) (2024-10-28) ### Bug Fixes * update deps and add logging ([cde8fa5](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/cde8fa59db8c23eaad3057ff86be4e89d1fe427a)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d9ec8..74d0765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.7.3](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.7.2...v1.7.3) (2024-10-28) + +### Bug Fixes + +* update deps and add logging ([cde8fa5](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/cde8fa59db8c23eaad3057ff86be4e89d1fe427a)) + ## [1.7.2](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.7.1...v1.7.2) (2024-10-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 2e55c55..a1b125e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.7.2", + "version": "1.7.3", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index 4ba43d4..6a79f61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.7.2", + "version": "1.7.3", "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",