Skip to content

Commit ab63bd9

Browse files
authored
chore: release main (#3315)
1 parent de2ad9c commit ab63bd9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"packages/peer-id": "6.0.1",
2828
"packages/peer-record": "9.0.1",
2929
"packages/peer-store": "12.0.2",
30-
"packages/pnet": "3.0.2",
30+
"packages/pnet": "3.0.3",
3131
"packages/protocol-autonat": "3.0.2",
3232
"packages/protocol-autonat-v2": "2.0.2",
3333
"packages/protocol-dcutr": "3.0.2",

packages/pnet/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.3](https://github.com/libp2p/js-libp2p/compare/pnet-v3.0.2...pnet-v3.0.3) (2025-09-27)
4+
5+
6+
### Bug Fixes
7+
8+
* unwrap connection for boxed stream ([#3314](https://github.com/libp2p/js-libp2p/issues/3314)) ([de2ad9c](https://github.com/libp2p/js-libp2p/commit/de2ad9ca559ffa31caf040f1702193dc530a4db2))
9+
310
## [3.0.2](https://github.com/libp2p/js-libp2p/compare/pnet-v3.0.1...pnet-v3.0.2) (2025-09-27)
411

512

packages/pnet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/pnet",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Implementation of Connection protection management via a shared secret",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/pnet#readme",

0 commit comments

Comments
 (0)