Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2024-10-02)

### Bug Fixes

* patch dht to ping peers before adding ([b68c9a9](b68c9a9))

### Trivial Changes

* update config ([6a6c03f](6a6c03f))
  • Loading branch information
semantic-release-bot committed Oct 2, 2024
1 parent b68c9a9 commit d230bf3
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.1](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.6.0...v1.6.1) (2024-10-02)

### Bug Fixes

* patch dht to ping peers before adding ([b68c9a9](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/b68c9a91fae2c8d4b58b851a6e0d5fd9b505a846))

### Trivial Changes

* update config ([6a6c03f](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/6a6c03f279fb17791153222063b9c3fd59773133))

## [1.6.0](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.5.21...v1.6.0) (2024-09-30)

### Features
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.6.0",
"version": "1.6.1",
"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 d230bf3

Please sign in to comment.