diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a8afd..b7a266f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.19](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.18...v1.5.19) (2024-09-30) + +### Bug Fixes + +* remove why-is-node-running ([46f6e70](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/46f6e70123082a19ee180d2aa1c1fe93784211f1)) + ## [1.5.18](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.17...v1.5.18) (2024-09-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b54da07..b084122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.18", + "version": "1.5.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.18", + "version": "1.5.19", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index c19b7ef..8f06ac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.18", + "version": "1.5.19", "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",