Skip to content

Commit 4b2113c

Browse files
chore(master): release 10.0.1 (#244)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db66eeb commit 4b2113c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [10.0.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v10.0.0...v10.0.1) (2022-10-31)
9+
10+
11+
### Bug Fixes
12+
13+
* add noise extension to return type ([#243](https://github.com/ChainSafe/js-libp2p-noise/issues/243)) ([4803ffd](https://github.com/ChainSafe/js-libp2p-noise/commit/4803ffdaeab1b83cf57d8e7828d291a40cb270cd))
14+
15+
16+
### Miscellaneous
17+
18+
* Add prefix in encryptStream ([#236](https://github.com/ChainSafe/js-libp2p-noise/issues/236)) ([db66eeb](https://github.com/ChainSafe/js-libp2p-noise/commit/db66eeb0119c2c15b5de83418e042f9ad5fd6fbd))
19+
820
## [10.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v9.0.0...v10.0.0) (2022-10-19)
921

1022

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": "10.0.0",
3+
"version": "10.0.1",
44
"author": "ChainSafe <info@chainsafe.io>",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",

0 commit comments

Comments
 (0)