From ffb9cb33bda5112d5903e7095dae8c432cab176a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Sep 2024 09:23:09 +0000 Subject: [PATCH] chore(release): 1.5.21 [skip ci] ## [1.5.21](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.20...v1.5.21) (2024-09-30) ### Bug Fixes * update kad patch with metric name ([45bc26f](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/45bc26fec34c854704a3022fd4875fef9dbe9cd0)) --- 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 1c1f28c..a49a883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.21](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.20...v1.5.21) (2024-09-30) + +### Bug Fixes + +* update kad patch with metric name ([45bc26f](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/45bc26fec34c854704a3022fd4875fef9dbe9cd0)) + ## [1.5.20](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.19...v1.5.20) (2024-09-30) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f2156e8..c20dce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.20", + "version": "1.5.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.20", + "version": "1.5.21", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index 7d6b02e..99e5081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.20", + "version": "1.5.21", "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",