From 36b36e33a93d2d78375ac65f81bd5b7474bcfada Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Dec 2023 14:01:12 +0000 Subject: [PATCH] chore(release): 1.1.7 [skip ci] ## [1.1.7](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.6...v1.1.7) (2023-12-07) ### Dependencies * bump uint8arrays from 4.0.6 to 5.0.0 ([#85](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/85)) ([a550525](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/a550525b1c2e6e479e5cbbb1deefb10e3ebcc538)) --- 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 2ba526d..d8e4cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.7](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.6...v1.1.7) (2023-12-07) + + +### Dependencies + +* bump uint8arrays from 4.0.6 to 5.0.0 ([#85](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/85)) ([a550525](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/a550525b1c2e6e479e5cbbb1deefb10e3ebcc538)) + ## [1.1.6](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.5...v1.1.6) (2023-12-06) diff --git a/package-lock.json b/package-lock.json index 9e0a0d3..5028ff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.6", + "version": "1.1.7", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^13.0.1", diff --git a/package.json b/package.json index 85d751a..dd13f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.6", + "version": "1.1.7", "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",