Skip to content

Commit 3c628a2

Browse files
chore(release): 17.0.0 [skip ci]
## [17.0.0](v16.1.5...v17.0.0) (2025-09-25) ### ⚠ BREAKING CHANGES * Must be used with `libp2p@3.x.x`, it cannot be used with earlier versions ### Features * update to libp2p v3 api ([#618](#618)) ([6b79387](6b79387))
1 parent 6b79387 commit 3c628a2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [17.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v16.1.5...v17.0.0) (2025-09-25)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* Must be used with `libp2p@3.x.x`, it cannot be used with earlier versions
6+
7+
### Features
8+
9+
* update to libp2p v3 api ([#618](https://github.com/ChainSafe/js-libp2p-noise/issues/618)) ([6b79387](https://github.com/ChainSafe/js-libp2p-noise/commit/6b79387c423ef19e596e0dece44247a28731ca93))
10+
111
## [16.1.5](https://github.com/ChainSafe/js-libp2p-noise/compare/v16.1.4...v16.1.5) (2025-09-22)
212

313
### 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": "@chainsafe/libp2p-noise",
3-
"version": "16.1.5",
3+
"version": "17.0.0",
44
"description": "Noise libp2p handshake for js-libp2p",
55
"author": "ChainSafe <info@chainsafe.io>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)