From 5b5b06f7f3e10f1f64e7472b68426d45b6afea26 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Oct 2024 08:20:01 +0000 Subject: [PATCH] chore(release): 1.6.3 [skip ci] ## [1.6.3](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.6.2...v1.6.3) (2024-10-07) ### Bug Fixes * remove patches and update deps ([efc9ae9](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/efc9ae9bce74320118646f4d29a07e34dae48491)) --- 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 f8bbacc..952a72d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.6.3](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.6.2...v1.6.3) (2024-10-07) + +### Bug Fixes + +* remove patches and update deps ([efc9ae9](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/efc9ae9bce74320118646f4d29a07e34dae48491)) + ## [1.6.2](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.6.1...v1.6.2) (2024-10-02) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 88d4015..e9e6e1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.6.2", + "version": "1.6.3", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index 8357220..cf8cf98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.6.2", + "version": "1.6.3", "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",