From a462101fcca5776a2c3cad272809612db335991b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Sep 2024 12:16:15 +0000 Subject: [PATCH] chore(release): 1.5.9 [skip ci] ## [1.5.9](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.8...v1.5.9) (2024-09-27) ### Bug Fixes * add rpc endpoint for logging active resources ([#160](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/160)) ([bde4ea1](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/bde4ea19f3df1c6ab36c21053d62546a436d8402)) --- 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 cf8cf80..8188ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.9](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.8...v1.5.9) (2024-09-27) + +### Bug Fixes + +* add rpc endpoint for logging active resources ([#160](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/160)) ([bde4ea1](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/bde4ea19f3df1c6ab36c21053d62546a436d8402)) + ## [1.5.8](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.7...v1.5.8) (2024-09-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7ab8a13..bf1936c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.8", + "version": "1.5.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.8", + "version": "1.5.9", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index 5beaa60..7870934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.8", + "version": "1.5.9", "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",