Skip to content

Commit e0cce36

Browse files
chore(release): 16.0.1 [skip ci]
## [16.0.1](v16.0.0...v16.0.1) (2025-01-21) ### Bug Fixes * update as-sha256 ([#463](#463)) ([107fd3e](107fd3e))
1 parent 107fd3e commit e0cce36

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [16.0.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v16.0.0...v16.0.1) (2025-01-21)
2+
3+
### Bug Fixes
4+
5+
* update as-sha256 ([#463](https://github.com/ChainSafe/js-libp2p-noise/issues/463)) ([107fd3e](https://github.com/ChainSafe/js-libp2p-noise/commit/107fd3ed74218647ac7666a3e71aaf8c1912c728))
6+
17
## [16.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v15.1.2...v16.0.0) (2024-09-11)
28

39
### ⚠ BREAKING CHANGES

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "16.0.0",
3+
"version": "16.0.1",
44
"description": "Noise libp2p handshake for js-libp2p",
55
"author": "ChainSafe <[email protected]>",
66
"license": "Apache-2.0 OR MIT",
@@ -199,4 +199,4 @@
199199
"browser": {
200200
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js"
201201
}
202-
}
202+
}

0 commit comments

Comments
 (0)