From 8348ad512e62d6005176b40b2075886655dbd213 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:52:12 +0000 Subject: [PATCH] chore(master): release 11.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5f5bd..a4c4af2 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). +## [11.0.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v11.0.0...v11.0.1) (2023-02-20) + + +### Miscellaneous + +* Add peer id str to mismatch error ([#273](https://github.com/ChainSafe/js-libp2p-noise/issues/273)) ([1990c6f](https://github.com/ChainSafe/js-libp2p-noise/commit/1990c6fbc6c51e77f782b24965a596a4188ce43c)) +* bump execa from 6.1.0 to 7.0.0 ([#272](https://github.com/ChainSafe/js-libp2p-noise/issues/272)) ([63c7cac](https://github.com/ChainSafe/js-libp2p-noise/commit/63c7cac73fd8efa516f28370b2de6239ed799152)) +* bump libp2p from 0.41.0 to 0.42.0 ([#264](https://github.com/ChainSafe/js-libp2p-noise/issues/264)) ([9062556](https://github.com/ChainSafe/js-libp2p-noise/commit/906255635c35e2b7357fc5eca962e5d56148d25c)) +* bump mkdirp from 1.0.4 to 2.0.0 ([#265](https://github.com/ChainSafe/js-libp2p-noise/issues/265)) ([ad89f7a](https://github.com/ChainSafe/js-libp2p-noise/commit/ad89f7a1127ad6dfa3804cc26a6f3174ffb17765)) +* fix dependabot pr titles ([#262](https://github.com/ChainSafe/js-libp2p-noise/issues/262)) ([a5a3888](https://github.com/ChainSafe/js-libp2p-noise/commit/a5a3888e133d45d5b26c8d43c54926247f34a830)) +* update @libp2p/daemon and interop tests ([#261](https://github.com/ChainSafe/js-libp2p-noise/issues/261)) ([b83c24a](https://github.com/ChainSafe/js-libp2p-noise/commit/b83c24a659e9101c2a753ef9f5852f6299cb2413)) + ## [11.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v10.2.0...v11.0.0) (2023-01-06) diff --git a/package.json b/package.json index 1d5e954..0220f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-noise", - "version": "11.0.0", + "version": "11.0.1", "author": "ChainSafe ", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",