Skip to content

Commit 790b039

Browse files
authored
Merge pull request #132 from ChainSafe/release-5.0.3
Release 5.0.3
2 parents e447d2b + b6598f6 commit 790b039

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.0.3]
9+
- Fix handshake signature verification [#129](https://github.com/ChainSafe/js-libp2p-noise/pull/130)
10+
811
## [5.0.2]
912
- Fix write handshake nonce correctly which made this version incompatible with other implementations [#129](https://github.com/ChainSafe/js-libp2p-noise/pull/129)
1013

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": "5.0.2",
3+
"version": "5.0.3",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)