Skip to content

Commit

Permalink
chore(master): release 10.2.0 (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 22, 2022
1 parent 0b4b7f6 commit 309ec0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [10.2.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v10.1.0...v10.2.0) (2022-11-22)


### Features

* reuse encrypted data to avoid memory allocation ([#242](https://github.com/ChainSafe/js-libp2p-noise/issues/242)) ([0b4b7f6](https://github.com/ChainSafe/js-libp2p-noise/commit/0b4b7f6048bff5cbd5460ca4dafa2434976ee3e1))
* reused ciphertext allocation in decrypt function ([0b4b7f6](https://github.com/ChainSafe/js-libp2p-noise/commit/0b4b7f6048bff5cbd5460ca4dafa2434976ee3e1))

## [10.1.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v10.0.1...v10.1.0) (2022-11-15)


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": "10.1.0",
"version": "10.2.0",
"author": "ChainSafe <[email protected]>",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",
Expand Down

0 comments on commit 309ec0f

Please sign in to comment.