diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5abad..0acd06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.4...v1.1.5) (2023-12-05) + + +### Dependencies + +* bump @libp2p/bootstrap from 9.0.7 to 10.0.5 ([#79](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/79)) ([e80c125](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/e80c1259d3ec6ee4af77eb496870a15a89ce84b6)) + ## [1.1.4](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.1.3...v1.1.4) (2023-11-30) diff --git a/package-lock.json b/package-lock.json index 33f4c6a..7116bf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.4", + "version": "1.1.5", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^13.0.1", diff --git a/package.json b/package.json index 727178e..fa48666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.1.4", + "version": "1.1.5", "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",