From 134e210fb37ed273bb1e8615d076fe9835c210fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 16:30:56 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [@libp2p/interface-connection-encrypter-v4.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v3.0.6...@libp2p/interface-connection-encrypter-v4.0.0) (2023-04-18) ### ⚠ BREAKING CHANGES * bump it-stream-types from 1.0.5 to 2.0.1 (#362) ### Dependencies * bump it-stream-types from 1.0.5 to 2.0.1 ([#362](https://github.com/libp2p/js-libp2p-interfaces/issues/362)) ([cdc7747](https://github.com/libp2p/js-libp2p-interfaces/commit/cdc774792beead63e0ded96bd6c23de0335a49e3)) --- packages/interface-connection-encrypter/CHANGELOG.md | 11 +++++++++++ packages/interface-connection-encrypter/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/interface-connection-encrypter/CHANGELOG.md b/packages/interface-connection-encrypter/CHANGELOG.md index f2db96fbb..5dd96c59f 100644 --- a/packages/interface-connection-encrypter/CHANGELOG.md +++ b/packages/interface-connection-encrypter/CHANGELOG.md @@ -1,3 +1,14 @@ +## [@libp2p/interface-connection-encrypter-v4.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v3.0.6...@libp2p/interface-connection-encrypter-v4.0.0) (2023-04-18) + + +### ⚠ BREAKING CHANGES + +* bump it-stream-types from 1.0.5 to 2.0.1 (#362) + +### Dependencies + +* bump it-stream-types from 1.0.5 to 2.0.1 ([#362](https://github.com/libp2p/js-libp2p-interfaces/issues/362)) ([cdc7747](https://github.com/libp2p/js-libp2p-interfaces/commit/cdc774792beead63e0ded96bd6c23de0335a49e3)) + ## [@libp2p/interface-connection-encrypter-v3.0.6](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-encrypter-v3.0.5...@libp2p/interface-connection-encrypter-v3.0.6) (2023-01-18) diff --git a/packages/interface-connection-encrypter/package.json b/packages/interface-connection-encrypter/package.json index cf990e2d3..c4e23e61c 100644 --- a/packages/interface-connection-encrypter/package.json +++ b/packages/interface-connection-encrypter/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/interface-connection-encrypter", - "version": "3.0.6", + "version": "4.0.0", "description": "Connection Encrypter interface for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-connection-encrypter#readme",