Skip to content

Commit f0640b9

Browse files
chore(release): 16.0.0 [skip ci]
## [16.0.0](v15.1.2...v16.0.0) (2024-09-11) ### ⚠ BREAKING CHANGES * Can only be used with `[email protected]` or later ### Features * update to [email protected] ([#444](#444)) ([8a5321b](8a5321b))
1 parent 8a5321b commit f0640b9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [16.0.0](https://github.com./ChainSafe/js-libp2p-noise/compare/v15.1.2...v16.0.0) (2024-09-11)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* Can only be used with `[email protected]` or later
6+
7+
### Features
8+
9+
* update to [email protected] ([#444](https://github.com./ChainSafe/js-libp2p-noise/issues/444)) ([8a5321b](https://github.com./ChainSafe/js-libp2p-noise/commit/8a5321bf280bdd7d650112ba82503ea599782d59))
10+
111
# Changelog
212

313
All notable changes to this project will be documented in this file.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "15.1.2",
3+
"version": "16.0.0",
44
"description": "Noise libp2p handshake for js-libp2p",
55
"author": "ChainSafe <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)