From 77f95d5fc41eb70856f0f32e33c1bbb9c4975135 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Apr 2023 17:50:14 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [@libp2p/webrtc-star-v7.0.0](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v6.0.0...@libp2p/webrtc-star-v7.0.0) (2023-04-24) ### ⚠ BREAKING CHANGES * update all dependencies (#506) ### Trivial Changes * fix tests ([3c4b6f5](https://github.com/libp2p/js-libp2p-webrtc-star/commit/3c4b6f5e9c58c1be16105e8bb4fe69a3092073b4)) ### Dependencies * update all dependencies ([#506](https://github.com/libp2p/js-libp2p-webrtc-star/issues/506)) ([417c05f](https://github.com/libp2p/js-libp2p-webrtc-star/commit/417c05f5a85f585699e09ed5d84ee51391697d5e)) * update sibling dependencies ([b7b011e](https://github.com/libp2p/js-libp2p-webrtc-star/commit/b7b011ef588cafd3db0b60cb4fbf0f13fff05fc0)) * update sibling dependencies ([ee00041](https://github.com/libp2p/js-libp2p-webrtc-star/commit/ee00041eb262cc79c05644c51688330ea15e9489)) --- packages/webrtc-star-transport/CHANGELOG.md | 18 ++++++++++++++++++ packages/webrtc-star-transport/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/webrtc-star-transport/CHANGELOG.md b/packages/webrtc-star-transport/CHANGELOG.md index 29f3ca9..fde2b1a 100644 --- a/packages/webrtc-star-transport/CHANGELOG.md +++ b/packages/webrtc-star-transport/CHANGELOG.md @@ -1,3 +1,21 @@ +## [@libp2p/webrtc-star-v7.0.0](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v6.0.0...@libp2p/webrtc-star-v7.0.0) (2023-04-24) + + +### ⚠ BREAKING CHANGES + +* update all dependencies (#506) + +### Trivial Changes + +* fix tests ([3c4b6f5](https://github.com/libp2p/js-libp2p-webrtc-star/commit/3c4b6f5e9c58c1be16105e8bb4fe69a3092073b4)) + + +### Dependencies + +* update all dependencies ([#506](https://github.com/libp2p/js-libp2p-webrtc-star/issues/506)) ([417c05f](https://github.com/libp2p/js-libp2p-webrtc-star/commit/417c05f5a85f585699e09ed5d84ee51391697d5e)) +* update sibling dependencies ([b7b011e](https://github.com/libp2p/js-libp2p-webrtc-star/commit/b7b011ef588cafd3db0b60cb4fbf0f13fff05fc0)) +* update sibling dependencies ([ee00041](https://github.com/libp2p/js-libp2p-webrtc-star/commit/ee00041eb262cc79c05644c51688330ea15e9489)) + ## [@libp2p/webrtc-star-v6.0.0](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v5.0.3...@libp2p/webrtc-star-v6.0.0) (2023-01-06) diff --git a/packages/webrtc-star-transport/package.json b/packages/webrtc-star-transport/package.json index 5473f19..a867c00 100644 --- a/packages/webrtc-star-transport/package.json +++ b/packages/webrtc-star-transport/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/webrtc-star", - "version": "6.0.0", + "version": "7.0.0", "description": "libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-webrtc-star/tree/master/packages/webrtc-star-transport#readme",