Skip to content

Commit 5ad7d04

Browse files
chore(release): 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2024-09-23) ### Bug Fixes * handle fatal metrics error ([#150](#150)) ([7edbbcd](7edbbcd)) * only start one libp2p node for healthcheck ([#149](#149)) ([2fe378b](2fe378b))
1 parent 7edbbcd commit 5ad7d04

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.2](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.4.1...v1.4.2) (2024-09-23)
2+
3+
### Bug Fixes
4+
5+
* handle fatal metrics error ([#150](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/150)) ([7edbbcd](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/7edbbcd0e56357709a14a7922ea6f1fc9ea3ae23))
6+
* only start one libp2p node for healthcheck ([#149](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/149)) ([2fe378b](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/2fe378b3994b62458b0cf7bba745c93b713d44af))
7+
18
## [1.4.1](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.4.0...v1.4.1) (2024-09-20)
29

310
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/amino-dht-bootstrapper",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Run an Amino DHT boostrapper with js-libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper#readme",

0 commit comments

Comments
 (0)