From f5bb53e714344417a7ea122215d5349b241f9703 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Sep 2024 10:00:52 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] ## [1.5.0](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.4.2...v1.5.0) (2024-09-24) ### Features * add dynamic logging to js bootstrapper ([#152](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/152)) ([2493b1b](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/2493b1bce9e3a0cbb433b02c0859e8920c24c1ec)) --- 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 91bb7e2..721f741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.0](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.4.2...v1.5.0) (2024-09-24) + +### Features + +* add dynamic logging to js bootstrapper ([#152](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/152)) ([2493b1b](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/2493b1bce9e3a0cbb433b02c0859e8920c24c1ec)) + ## [1.4.2](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.4.1...v1.4.2) (2024-09-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 564ce44..8a153e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.4.2", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.4.2", + "version": "1.5.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^16.0.0", diff --git a/package.json b/package.json index 925e3d7..3adb652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.4.2", + "version": "1.5.0", "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",