From bec86d370d78b8c79df3f6a5bf13948a68552179 Mon Sep 17 00:00:00 2001 From: tabcat Date: Wed, 13 May 2026 05:21:41 +0700 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- interop/CHANGELOG.md | 9 +++++++++ interop/package.json | 4 ++-- packages/integration-tests/CHANGELOG.md | 9 +++++++++ packages/integration-tests/package.json | 4 ++-- packages/protocol-identify/CHANGELOG.md | 7 +++++++ packages/protocol-identify/package.json | 2 +- 7 files changed, 33 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e191533bbb..6d5f1e5f73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -33,7 +33,7 @@ "packages/protocol-dcutr": "3.0.19", "packages/protocol-echo": "3.1.4", "packages/protocol-fetch": "4.1.4", - "packages/protocol-identify": "4.1.4", + "packages/protocol-identify": "4.1.5", "packages/protocol-perf": "5.1.4", "packages/protocol-ping": "3.1.4", "packages/record": "4.0.12", @@ -46,6 +46,6 @@ "packages/transport-webtransport": "6.0.23", "packages/upnp-nat": "4.0.19", "packages/utils": "7.2.0", - "packages/integration-tests": "1.2.6", - "interop": "1.0.23" + "packages/integration-tests": "1.2.7", + "interop": "1.0.24" } diff --git a/interop/CHANGELOG.md b/interop/CHANGELOG.md index baea04f675..c5b79d6128 100644 --- a/interop/CHANGELOG.md +++ b/interop/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.24](https://github.com/libp2p/js-libp2p/compare/transport-interop-libp2p-main-v1.0.23...transport-interop-libp2p-main-v1.0.24) (2026-05-12) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/identify bumped from ^4.1.4 to ^4.1.5 + ## [1.0.23](https://github.com/libp2p/js-libp2p/compare/transport-interop-libp2p-main-v1.0.22...transport-interop-libp2p-main-v1.0.23) (2026-05-09) diff --git a/interop/package.json b/interop/package.json index ead2c8bf9d..f1753e777e 100644 --- a/interop/package.json +++ b/interop/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/transport-interop-libp2p-main", - "version": "1.0.23", + "version": "1.0.24", "type": "module", "private": true, "scripts": { @@ -14,7 +14,7 @@ "@chainsafe/libp2p-noise": "^17.0.0", "@chainsafe/libp2p-yamux": "^8.0.0", "@libp2p/circuit-relay-v2": "^4.2.4", - "@libp2p/identify": "^4.1.4", + "@libp2p/identify": "^4.1.5", "@libp2p/interface": "^3.2.2", "@libp2p/mplex": "^12.0.21", "@libp2p/ping": "^3.1.4", diff --git a/packages/integration-tests/CHANGELOG.md b/packages/integration-tests/CHANGELOG.md index 6df3fa446b..2f3a767659 100644 --- a/packages/integration-tests/CHANGELOG.md +++ b/packages/integration-tests/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.7](https://github.com/libp2p/js-libp2p/compare/integration-tests-v1.2.6...integration-tests-v1.2.7) (2026-05-12) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @libp2p/identify bumped from ^4.1.4 to ^4.1.5 + ## [1.2.6](https://github.com/libp2p/js-libp2p/compare/integration-tests-v1.2.5...integration-tests-v1.2.6) (2026-05-09) diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index ac38d321cb..ff1b528bd1 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/integration-tests", - "version": "1.2.6", + "version": "1.2.7", "description": "libp2p integration tests", "license": "Apache-2.0 OR MIT", "type": "module", @@ -28,7 +28,7 @@ "@libp2p/echo": "^3.1.4", "@libp2p/fetch": "^4.1.4", "@libp2p/floodsub": "^11.0.20", - "@libp2p/identify": "^4.1.4", + "@libp2p/identify": "^4.1.5", "@libp2p/interface": "^3.2.2", "@libp2p/interface-compliance-tests": "^7.0.21", "@libp2p/interface-internal": "^3.1.4", diff --git a/packages/protocol-identify/CHANGELOG.md b/packages/protocol-identify/CHANGELOG.md index b811416ca7..3c984c62ae 100644 --- a/packages/protocol-identify/CHANGELOG.md +++ b/packages/protocol-identify/CHANGELOG.md @@ -76,6 +76,13 @@ * devDependencies * @libp2p/interface-compliance-tests bumped from ^5.3.0 to ^5.3.1 +## [4.1.5](https://github.com/libp2p/js-libp2p/compare/identify-v4.1.4...identify-v4.1.5) (2026-05-12) + + +### Bug Fixes + +* **identify:** handle multiple envelopes from go ([#3423](https://github.com/libp2p/js-libp2p/issues/3423)) ([2572c86](https://github.com/libp2p/js-libp2p/commit/2572c864c245d4b9cf27f88306504900d3c21d4b)) + ## [4.1.4](https://github.com/libp2p/js-libp2p/compare/identify-v4.1.3...identify-v4.1.4) (2026-05-09) diff --git a/packages/protocol-identify/package.json b/packages/protocol-identify/package.json index 815ae20b3a..77342bc993 100644 --- a/packages/protocol-identify/package.json +++ b/packages/protocol-identify/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/identify", - "version": "4.1.4", + "version": "4.1.5", "description": "Implementation of the Identify Protocol", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-identify#readme",