Skip to content

Commit

Permalink
chore(release): 1.8.18 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.18](v1.8.17...v1.8.18) (2025-02-28)

### Bug Fixes

* update tls events ([52a8737](52a8737))

### Trivial Changes

* reduce routing table size, use pre-releases ([119cdf8](119cdf8))
  • Loading branch information
semantic-release-bot committed Feb 28, 2025
1 parent 52a8737 commit 809e531
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.8.18](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.8.17...v1.8.18) (2025-02-28)

### Bug Fixes

* update tls events ([52a8737](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/52a87371278066f3f68d05b9056c825fe196cb80))

### Trivial Changes

* reduce routing table size, use pre-releases ([119cdf8](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/119cdf81c69ae38a23fecbcb6989a0fb02879d72))

## [1.8.17](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.8.16...v1.8.17) (2025-02-27)

### 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.8.17",
"version": "1.8.18",
"description": "Run an Amino DHT bootstrapper 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 809e531

Please sign in to comment.