autonat: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/autonat-v2.0.6...autonat-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
bootstrap: 11.0.7
## [11.0.7](https://github.com/libp2p/js-libp2p/compare/bootstrap-v11.0.6...bootstrap-v11.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
circuit-relay-v2: 2.1.2
## [2.1.2](https://github.com/libp2p/js-libp2p/compare/circuit-relay-v2-v2.1.1...circuit-relay-v2-v2.1.2) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7
* @libp2p/peer-record bumped from ^8.0.6 to ^8.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
dcutr: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/dcutr-v2.0.6...dcutr-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
devtools-metrics: 1.1.5
## [1.1.5](https://github.com/libp2p/js-libp2p/compare/devtools-metrics-v1.1.4...devtools-metrics-v1.1.5) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
echo: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/echo-v2.0.6...echo-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
fetch: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/fetch-v2.0.6...fetch-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
floodsub: 10.1.5
## [10.1.5](https://github.com/libp2p/js-libp2p/compare/floodsub-v10.1.4...floodsub-v10.1.5) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/pubsub bumped from ^10.0.6 to ^10.0.7
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
* @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7
identify: 3.0.7
## [3.0.7](https://github.com/libp2p/js-libp2p/compare/identify-v3.0.6...identify-v3.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/peer-record bumped from ^8.0.6 to ^8.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
interface-compliance-tests: 6.1.5
## [6.1.5](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v6.1.4...interface-compliance-tests-v6.1.5) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
interface-internal: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/interface-internal-v2.0.6...interface-internal-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7
kad-dht: 14.0.0
## [14.0.0](https://github.com/libp2p/js-libp2p/compare/kad-dht-v13.1.2...kad-dht-v14.0.0) (2024-10-05)
### ⚠ BREAKING CHANGES
* the routing ping options have been split into "old contact" and "new contact" and renamed according
### Features
* ping peers before adding to routing table ([#2745](https://github.com/libp2p/js-libp2p/issues/2745)) ([661d658](https://github.com/libp2p/js-libp2p/commit/661d6586ace41973a61eb04a97692ef8cb74831a))
### Bug Fixes
* pass abort signal to stream close ([32c176f](https://github.com/libp2p/js-libp2p/commit/32c176fd53e9aa953885398ddc67387e46875b85))
* tag kad-close peers with keepalive ([#2740](https://github.com/libp2p/js-libp2p/issues/2740)) ([12bcd86](https://github.com/libp2p/js-libp2p/commit/12bcd86bfad3b89b3676f7a15bc3aa08dca79b07))
* track closest peers separately from main routing table ([#2748](https://github.com/libp2p/js-libp2p/issues/2748)) ([27b2fa6](https://github.com/libp2p/js-libp2p/commit/27b2fa6b61af646c9459120b3bf6f31c2bd89878))
* write correct ping message ([35b4802](https://github.com/libp2p/js-libp2p/commit/35b48025cad5c96b4acba0bdbe1308f96a9d1f47))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
* @libp2p/peer-store bumped from ^11.0.6 to ^11.0.7
mdns: 11.0.7
## [11.0.7](https://github.com/libp2p/js-libp2p/compare/mdns-v11.0.6...mdns-v11.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
mplex: 11.0.7
## [11.0.7](https://github.com/libp2p/js-libp2p/compare/mplex-v11.0.6...mplex-v11.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
peer-collections: 6.0.7
## [6.0.7](https://github.com/libp2p/js-libp2p/compare/peer-collections-v6.0.6...peer-collections-v6.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
peer-record: 8.0.7
## [8.0.7](https://github.com/libp2p/js-libp2p/compare/peer-record-v8.0.6...peer-record-v8.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
peer-store: 11.0.7
## [11.0.7](https://github.com/libp2p/js-libp2p/compare/peer-store-v11.0.6...peer-store-v11.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7
* @libp2p/peer-record bumped from ^8.0.6 to ^8.0.7
perf: 4.0.7
## [4.0.7](https://github.com/libp2p/js-libp2p/compare/perf-v4.0.6...perf-v4.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
ping: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/ping-v2.0.6...ping-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
plaintext: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/plaintext-v2.0.6...plaintext-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
pnet: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/pnet-v2.0.6...pnet-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
prometheus-metrics: 4.2.1
## [4.2.1](https://github.com/libp2p/js-libp2p/compare/prometheus-metrics-v4.2.0...prometheus-metrics-v4.2.1) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
pubsub: 10.0.7
## [10.0.7](https://github.com/libp2p/js-libp2p/compare/pubsub-v10.0.6...pubsub-v10.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
tcp: 10.0.8
## [10.0.8](https://github.com/libp2p/js-libp2p/compare/tcp-v10.0.7...tcp-v10.0.8) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
tls: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/tls-v2.0.6...tls-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
upnp-nat: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/upnp-nat-v2.0.6...upnp-nat-v2.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
utils: 6.1.0
## [6.1.0](https://github.com/libp2p/js-libp2p/compare/utils-v6.0.6...utils-v6.1.0) (2024-10-05)
### Features
* add maxSize to queues ([#2742](https://github.com/libp2p/js-libp2p/issues/2742)) ([116a887](https://github.com/libp2p/js-libp2p/commit/116a88743bc004aee3f73440437e8c23f49c7e78))
### Bug Fixes
* make queue job args non-optional ([#2743](https://github.com/libp2p/js-libp2p/issues/2743)) ([80e798c](https://github.com/libp2p/js-libp2p/commit/80e798cdccc8ef579634dc140f35d5327e2e5cf2))
webrtc: 5.0.10
## [5.0.10](https://github.com/libp2p/js-libp2p/compare/webrtc-v5.0.9...webrtc-v5.0.10) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/circuit-relay-v2 bumped from ^2.1.1 to ^2.1.2
* @libp2p/identify bumped from ^3.0.6 to ^3.0.7
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
* @libp2p/websockets bumped from ^9.0.6 to ^9.0.7
* libp2p bumped from ^2.1.5 to ^2.1.6
websockets: 9.0.7
## [9.0.7](https://github.com/libp2p/js-libp2p/compare/websockets-v9.0.6...websockets-v9.0.7) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
webtransport: 5.0.10
## [5.0.10](https://github.com/libp2p/js-libp2p/compare/webtransport-v5.0.9...webtransport-v5.0.10) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/ping bumped from ^2.0.6 to ^2.0.7
* libp2p bumped from ^2.1.5 to ^2.1.6
libp2p: 2.1.6
## [2.1.6](https://github.com/libp2p/js-libp2p/compare/libp2p-v2.1.5...libp2p-v2.1.6) (2024-10-05)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7
* @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7
* @libp2p/peer-store bumped from ^11.0.6 to ^11.0.7
* @libp2p/utils bumped from ^6.0.6 to ^6.1.0
* devDependencies
* @libp2p/circuit-relay-v2 bumped from ^2.1.1 to ^2.1.2
* @libp2p/identify bumped from ^3.0.6 to ^3.0.7
* @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5
* @libp2p/mplex bumped from ^11.0.6 to ^11.0.7
* @libp2p/plaintext bumped from ^2.0.6 to ^2.0.7
* @libp2p/tcp bumped from ^10.0.7 to ^10.0.8
* @libp2p/websockets bumped from ^9.0.6 to ^9.0.7
:robot: I have created a release beep boop
autonat: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/autonat-v2.0.6...autonat-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0bootstrap: 11.0.7
## [11.0.7](https://github.com/libp2p/js-libp2p/compare/bootstrap-v11.0.6...bootstrap-v11.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5circuit-relay-v2: 2.1.2
## [2.1.2](https://github.com/libp2p/js-libp2p/compare/circuit-relay-v2-v2.1.1...circuit-relay-v2-v2.1.2) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7 * @libp2p/peer-record bumped from ^8.0.6 to ^8.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5dcutr: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/dcutr-v2.0.6...dcutr-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0devtools-metrics: 1.1.5
## [1.1.5](https://github.com/libp2p/js-libp2p/compare/devtools-metrics-v1.1.4...devtools-metrics-v1.1.5) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7echo: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/echo-v2.0.6...echo-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7fetch: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/fetch-v2.0.6...fetch-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7floodsub: 10.1.5
## [10.1.5](https://github.com/libp2p/js-libp2p/compare/floodsub-v10.1.4...floodsub-v10.1.5) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/pubsub bumped from ^10.0.6 to ^10.0.7 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5 * @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7identify: 3.0.7
## [3.0.7](https://github.com/libp2p/js-libp2p/compare/identify-v3.0.6...identify-v3.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/peer-record bumped from ^8.0.6 to ^8.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5interface-compliance-tests: 6.1.5
## [6.1.5](https://github.com/libp2p/js-libp2p/compare/interface-compliance-tests-v6.1.4...interface-compliance-tests-v6.1.5) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0interface-internal: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/interface-internal-v2.0.6...interface-internal-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7kad-dht: 14.0.0
## [14.0.0](https://github.com/libp2p/js-libp2p/compare/kad-dht-v13.1.2...kad-dht-v14.0.0) (2024-10-05) ### ⚠ BREAKING CHANGES * the routing ping options have been split into "old contact" and "new contact" and renamed according ### Features * ping peers before adding to routing table ([#2745](https://github.com/libp2p/js-libp2p/issues/2745)) ([661d658](https://github.com/libp2p/js-libp2p/commit/661d6586ace41973a61eb04a97692ef8cb74831a)) ### Bug Fixes * pass abort signal to stream close ([32c176f](https://github.com/libp2p/js-libp2p/commit/32c176fd53e9aa953885398ddc67387e46875b85)) * tag kad-close peers with keepalive ([#2740](https://github.com/libp2p/js-libp2p/issues/2740)) ([12bcd86](https://github.com/libp2p/js-libp2p/commit/12bcd86bfad3b89b3676f7a15bc3aa08dca79b07)) * track closest peers separately from main routing table ([#2748](https://github.com/libp2p/js-libp2p/issues/2748)) ([27b2fa6](https://github.com/libp2p/js-libp2p/commit/27b2fa6b61af646c9459120b3bf6f31c2bd89878)) * write correct ping message ([35b4802](https://github.com/libp2p/js-libp2p/commit/35b48025cad5c96b4acba0bdbe1308f96a9d1f47)) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5 * @libp2p/peer-store bumped from ^11.0.6 to ^11.0.7mdns: 11.0.7
## [11.0.7](https://github.com/libp2p/js-libp2p/compare/mdns-v11.0.6...mdns-v11.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5mplex: 11.0.7
## [11.0.7](https://github.com/libp2p/js-libp2p/compare/mplex-v11.0.6...mplex-v11.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5peer-collections: 6.0.7
## [6.0.7](https://github.com/libp2p/js-libp2p/compare/peer-collections-v6.0.6...peer-collections-v6.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/utils bumped from ^6.0.6 to ^6.1.0peer-record: 8.0.7
## [8.0.7](https://github.com/libp2p/js-libp2p/compare/peer-record-v8.0.6...peer-record-v8.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/utils bumped from ^6.0.6 to ^6.1.0peer-store: 11.0.7
## [11.0.7](https://github.com/libp2p/js-libp2p/compare/peer-store-v11.0.6...peer-store-v11.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7 * @libp2p/peer-record bumped from ^8.0.6 to ^8.0.7perf: 4.0.7
## [4.0.7](https://github.com/libp2p/js-libp2p/compare/perf-v4.0.6...perf-v4.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5ping: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/ping-v2.0.6...ping-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7plaintext: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/plaintext-v2.0.6...plaintext-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5pnet: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/pnet-v2.0.6...pnet-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5prometheus-metrics: 4.2.1
## [4.2.1](https://github.com/libp2p/js-libp2p/compare/prometheus-metrics-v4.2.0...prometheus-metrics-v4.2.1) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5pubsub: 10.0.7
## [10.0.7](https://github.com/libp2p/js-libp2p/compare/pubsub-v10.0.6...pubsub-v10.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0tcp: 10.0.8
## [10.0.8](https://github.com/libp2p/js-libp2p/compare/tcp-v10.0.7...tcp-v10.0.8) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5tls: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/tls-v2.0.6...tls-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5upnp-nat: 2.0.7
## [2.0.7](https://github.com/libp2p/js-libp2p/compare/upnp-nat-v2.0.6...upnp-nat-v2.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0utils: 6.1.0
## [6.1.0](https://github.com/libp2p/js-libp2p/compare/utils-v6.0.6...utils-v6.1.0) (2024-10-05) ### Features * add maxSize to queues ([#2742](https://github.com/libp2p/js-libp2p/issues/2742)) ([116a887](https://github.com/libp2p/js-libp2p/commit/116a88743bc004aee3f73440437e8c23f49c7e78)) ### Bug Fixes * make queue job args non-optional ([#2743](https://github.com/libp2p/js-libp2p/issues/2743)) ([80e798c](https://github.com/libp2p/js-libp2p/commit/80e798cdccc8ef579634dc140f35d5327e2e5cf2))webrtc: 5.0.10
## [5.0.10](https://github.com/libp2p/js-libp2p/compare/webrtc-v5.0.9...webrtc-v5.0.10) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/circuit-relay-v2 bumped from ^2.1.1 to ^2.1.2 * @libp2p/identify bumped from ^3.0.6 to ^3.0.7 * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5 * @libp2p/websockets bumped from ^9.0.6 to ^9.0.7 * libp2p bumped from ^2.1.5 to ^2.1.6websockets: 9.0.7
## [9.0.7](https://github.com/libp2p/js-libp2p/compare/websockets-v9.0.6...websockets-v9.0.7) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5webtransport: 5.0.10
## [5.0.10](https://github.com/libp2p/js-libp2p/compare/webtransport-v5.0.9...webtransport-v5.0.10) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/ping bumped from ^2.0.6 to ^2.0.7 * libp2p bumped from ^2.1.5 to ^2.1.6libp2p: 2.1.6
## [2.1.6](https://github.com/libp2p/js-libp2p/compare/libp2p-v2.1.5...libp2p-v2.1.6) (2024-10-05) ### Dependencies * The following workspace dependencies were updated * dependencies * @libp2p/interface-internal bumped from ^2.0.6 to ^2.0.7 * @libp2p/peer-collections bumped from ^6.0.6 to ^6.0.7 * @libp2p/peer-store bumped from ^11.0.6 to ^11.0.7 * @libp2p/utils bumped from ^6.0.6 to ^6.1.0 * devDependencies * @libp2p/circuit-relay-v2 bumped from ^2.1.1 to ^2.1.2 * @libp2p/identify bumped from ^3.0.6 to ^3.0.7 * @libp2p/interface-compliance-tests bumped from ^6.1.4 to ^6.1.5 * @libp2p/mplex bumped from ^11.0.6 to ^11.0.7 * @libp2p/plaintext bumped from ^2.0.6 to ^2.0.7 * @libp2p/tcp bumped from ^10.0.7 to ^10.0.8 * @libp2p/websockets bumped from ^9.0.6 to ^9.0.7This PR was generated with Release Please. See documentation.