Skip to content

Commit

Permalink
Release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Jan 14, 2022
1 parent ef64957 commit 75116be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.2]
- Fix write handshake nonce correctly which made this version incompatible with other implementations [#129](https://github.com/ChainSafe/js-libp2p-noise/pull/129)

## [5.0.1]

- Fix API docs link [#124](https://github.com/ChainSafe/js-libp2p-noise/pull/124)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/libp2p-noise",
"version": "5.0.1",
"version": "5.0.2",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 75116be

Please sign in to comment.