From 58f6010a57e64d993d18b3457a3063f050220f9c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 16:16:50 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] ## [1.7.0](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.6.3...v1.7.0) (2024-10-24) ### Features * create config automatically if not provided ([#151](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/151)) ([f869934](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/f8699348e510123aa81ab29473b439a9fabf234a)) ### Trivial Changes * update project ([1a49861](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/1a49861d7d507991b142f99b9cc5195f97c7d8f1)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 952a72d..d103bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.7.0](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.6.3...v1.7.0) (2024-10-24) + +### Features + +* create config automatically if not provided ([#151](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/151)) ([f869934](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/f8699348e510123aa81ab29473b439a9fabf234a)) + +### Trivial Changes + +* update project ([1a49861](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/1a49861d7d507991b142f99b9cc5195f97c7d8f1)) + ## [1.6.3](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.6.2...v1.6.3) (2024-10-07) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index e4abe7a..fc9d11a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.6.3", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.6.3", + "version": "1.7.0", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index 7d365c5..ae3de17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.6.3", + "version": "1.7.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",