From 7bfa7ca69b2157ca782009f9ab4d8d02b2292942 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Dec 2023 19:24:27 +0000 Subject: [PATCH] chore(release): 1.1.6 [skip ci] ## [1.1.6](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.5...v1.1.6) (2023-12-06) ### Dependencies * bump @libp2p/prometheus-metrics from 3.0.0 to 3.0.6 ([#83](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/83)) ([76ee84d](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/76ee84d0cb5d2a80a41f0239b1ab053a1b5bac55)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acd06c..2ba526d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.6](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.5...v1.1.6) (2023-12-06) + + +### Dependencies + +* bump @libp2p/prometheus-metrics from 3.0.0 to 3.0.6 ([#83](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/83)) ([76ee84d](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/76ee84d0cb5d2a80a41f0239b1ab053a1b5bac55)) + ## [1.1.5](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.4...v1.1.5) (2023-12-05) diff --git a/package-lock.json b/package-lock.json index f35c2de..48f11cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.5", + "version": "1.1.6", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^13.0.1", diff --git a/package.json b/package.json index fa48666..0df7c7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.5", + "version": "1.1.6", "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",