Skip to content

Commit 4d6eec8

Browse files
chore(release): 1.9.31 [skip ci]
## [1.9.31](v1.9.30...v1.9.31) (2025-06-29) ### Bug Fixes * add quic ([b88393a](b88393a)) ### Trivial Changes * bump aegir from 47.0.18 to 47.0.19 ([#342](#342)) ([e592df0](e592df0)) * bump docker/build-push-action from 5 to 6 ([#327](#327)) ([0088b8f](0088b8f)) * linting ([8eecdc9](8eecdc9)) ### Dependencies * bump @chainsafe/libp2p-noise ([#341](#341)) ([7622bdd](7622bdd))
1 parent 7622bdd commit 4d6eec8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.9.31](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.9.30...v1.9.31) (2025-06-29)
2+
3+
### Bug Fixes
4+
5+
* add quic ([b88393a](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/b88393ae3ec3838666d8f60d34de0362d55e18c8))
6+
7+
### Trivial Changes
8+
9+
* bump aegir from 47.0.18 to 47.0.19 ([#342](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/342)) ([e592df0](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/e592df00dbc7b5c22119cfa8ff134e96ff315a70))
10+
* bump docker/build-push-action from 5 to 6 ([#327](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/327)) ([0088b8f](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/0088b8f7e6a160a7d077c91085a0d4e73e83c294))
11+
* linting ([8eecdc9](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/8eecdc93140f652b9143d6ab079c9d30867a44ad))
12+
13+
### Dependencies
14+
15+
* bump @chainsafe/libp2p-noise ([#341](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/issues/341)) ([7622bdd](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/commit/7622bddb0fb391a9d812b22e2ed67ec4ca9c0012))
16+
117
## [1.9.30](https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper/compare/v1.9.29...v1.9.30) (2025-06-25)
218

319
### Bug Fixes

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.9.30",
3+
"version": "1.9.31",
44
"description": "Run an Amino DHT bootstrapper 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)