Skip to content

Commit

Permalink
Merge pull request #126 from ChainSafe/chore/bump-version
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
wemeetagain committed Jan 6, 2022
2 parents a462844 + df80852 commit 112e247
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1]

- Fix API docs link [#124](https://github.com/ChainSafe/js-libp2p-noise/pull/124)
- remove node buffers [#125](https://github.com/ChainSafe/js-libp2p-noise/pull/125)
- safely handle nonces as 64 bit uints [#118](https://github.com/ChainSafe/js-libp2p-noise/pull/118)

## [5.0.0]

### BREAKING CHANGE
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.0",
"version": "5.0.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 112e247

Please sign in to comment.