From bc6fe4637cee577b2c6cb1afeda2239bcb75d0e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:57:08 +0000 Subject: [PATCH] chore(master): release 10.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3700be7..7f0272a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v9.0.0...v10.0.0) (2022-10-19) + + +### ⚠ BREAKING CHANGES + +* modules no longer implement `Initializable` instead switching to constructor injection + +### Bug Fixes + +* remove @libp2p/components ([#229](https://github.com/ChainSafe/js-libp2p-noise/issues/229)) ([dd47517](https://github.com/ChainSafe/js-libp2p-noise/commit/dd4751764d348a3e16f5e1690702392b3df132bf)) + + +### Miscellaneous + +* bump @libp2p/tcp from 3.1.2 to 4.1.0 ([#227](https://github.com/ChainSafe/js-libp2p-noise/issues/227)) ([3bc8ed4](https://github.com/ChainSafe/js-libp2p-noise/commit/3bc8ed4379c2c856ea1a8cc2977702355b5a851c)) + ## [9.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v8.0.2...v9.0.0) (2022-10-06) diff --git a/package.json b/package.json index c1e7e1b3..03d1be09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-noise", - "version": "9.0.0", + "version": "10.0.0", "author": "ChainSafe ", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",