From e0cc427188353714733417d19b4bbc282edf639a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 03:13:47 +0000 Subject: [PATCH] chore(master): release 10.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0272a1..aa1e4dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.0.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v10.0.0...v10.0.1) (2022-10-31) + + +### Bug Fixes + +* 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)) + + +### Miscellaneous + +* Add prefix in encryptStream ([#236](https://github.com/ChainSafe/js-libp2p-noise/issues/236)) ([db66eeb](https://github.com/ChainSafe/js-libp2p-noise/commit/db66eeb0119c2c15b5de83418e042f9ad5fd6fbd)) + ## [10.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v9.0.0...v10.0.0) (2022-10-19) diff --git a/package.json b/package.json index 03d1be09..f99e05ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-noise", - "version": "10.0.0", + "version": "10.0.1", "author": "ChainSafe ", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",