From 0de52f6840c8cd0f84c25778f074c44a7b98bf65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Sep 2022 09:21:56 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [@libp2p/daemon-protocol-v3.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-protocol-v2.0.2...@libp2p/daemon-protocol-v3.0.0) (2022-09-09) ### ⚠ BREAKING CHANGES * the stream type returned by `client.openStream` has changed ### Bug Fixes * allow opening remote streams ([#126](https://github.com/libp2p/js-libp2p-daemon/issues/126)) ([361cc57](https://github.com/libp2p/js-libp2p-daemon/commit/361cc5750de505ab0381ae43609c67d5d4f659a7)) --- packages/libp2p-daemon-protocol/CHANGELOG.md | 11 +++++++++++ packages/libp2p-daemon-protocol/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/libp2p-daemon-protocol/CHANGELOG.md b/packages/libp2p-daemon-protocol/CHANGELOG.md index 6a7a8858..72e87b33 100644 --- a/packages/libp2p-daemon-protocol/CHANGELOG.md +++ b/packages/libp2p-daemon-protocol/CHANGELOG.md @@ -1,3 +1,14 @@ +## [@libp2p/daemon-protocol-v3.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-protocol-v2.0.2...@libp2p/daemon-protocol-v3.0.0) (2022-09-09) + + +### ⚠ BREAKING CHANGES + +* the stream type returned by `client.openStream` has changed + +### Bug Fixes + +* allow opening remote streams ([#126](https://github.com/libp2p/js-libp2p-daemon/issues/126)) ([361cc57](https://github.com/libp2p/js-libp2p-daemon/commit/361cc5750de505ab0381ae43609c67d5d4f659a7)) + ## [@libp2p/daemon-protocol-v2.0.2](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-protocol-v2.0.1...@libp2p/daemon-protocol-v2.0.2) (2022-08-10) diff --git a/packages/libp2p-daemon-protocol/package.json b/packages/libp2p-daemon-protocol/package.json index 7c65a5a6..c4ef1674 100644 --- a/packages/libp2p-daemon-protocol/package.json +++ b/packages/libp2p-daemon-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/daemon-protocol", - "version": "2.0.2", + "version": "3.0.0", "description": "Communication protocol between libp2p daemons and clients", "author": "", "license": "Apache-2.0 OR MIT",