diff --git a/CHANGELOG.md b/CHANGELOG.md index 37870d2..5b670cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.17](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.16...v1.5.17) (2024-09-29) + +### Bug Fixes + +* add patches ([7fac58a](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/7fac58a0611cee86b0fb4b54734def74960558fc)) +* patch libp2p to report pending outgoing ([b8a056a](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/b8a056a9e770f8ff1d44e45e1162077de2896ef8)) + ## [1.5.16](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.15...v1.5.16) (2024-09-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 333fbac..dcea1e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.16", + "version": "1.5.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.16", + "version": "1.5.17", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index becb077..dd75297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.16", + "version": "1.5.17", "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",