Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 77f95d5

Browse files
chore(release): 7.0.0 [skip ci]
## [@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](3c4b6f5)) ### Dependencies * update all dependencies ([#506](#506)) ([417c05f](417c05f)) * update sibling dependencies ([b7b011e](b7b011e)) * update sibling dependencies ([ee00041](ee00041))
1 parent b7b011e commit 77f95d5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/webrtc-star-transport/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [@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)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update all dependencies (#506)
7+
8+
### Trivial Changes
9+
10+
* fix tests ([3c4b6f5](https://github.com/libp2p/js-libp2p-webrtc-star/commit/3c4b6f5e9c58c1be16105e8bb4fe69a3092073b4))
11+
12+
13+
### Dependencies
14+
15+
* 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))
16+
* update sibling dependencies ([b7b011e](https://github.com/libp2p/js-libp2p-webrtc-star/commit/b7b011ef588cafd3db0b60cb4fbf0f13fff05fc0))
17+
* update sibling dependencies ([ee00041](https://github.com/libp2p/js-libp2p-webrtc-star/commit/ee00041eb262cc79c05644c51688330ea15e9489))
18+
119
## [@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)
220

321

packages/webrtc-star-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/webrtc-star",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-webrtc-star/tree/master/packages/webrtc-star-transport#readme",

0 commit comments

Comments
 (0)