diff --git a/CHANGELOG.md b/CHANGELOG.md index a49a883..891ae59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.6.0](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.21...v1.6.0) (2024-09-30) + +### Features + +* add persistent datastore ([#162](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/162)) ([fd90738](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/fd90738e4ebce2f513e18fb055bf5f338dcacb32)) + +### Bug Fixes + +* update deps ([d65fcd1](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/d65fcd123c682adb99b477f57e6e6398d3b28c28)) + ## [1.5.21](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.20...v1.5.21) (2024-09-30) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a8bcba6..98c4907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.21", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.21", + "version": "1.6.0", "hasInstallScript": true, "license": "Apache-2.0 OR MIT", "dependencies": { diff --git a/package.json b/package.json index fc60bd0..eea80c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/amino-dht-bootstrapper", - "version": "1.5.21", + "version": "1.6.0", "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",