Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.0](v1.5.21...v1.6.0) (2024-09-30)

### Features

* add persistent datastore ([#162](#162)) ([fd90738](fd90738))

### Bug Fixes

* update deps ([d65fcd1](d65fcd1))
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent d65fcd1 commit 3942f8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3942f8d

Please sign in to comment.