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

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@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))
  • Loading branch information
semantic-release-bot committed Apr 24, 2023
1 parent b7b011e commit 77f95d5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/webrtc-star-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/webrtc-star-transport/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 77f95d5

Please sign in to comment.