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

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@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)

### ⚠ BREAKING CHANGES

* update multiformats deps (#490)

### Bug Fixes

* update multiformats deps ([#490](#490)) ([f1acfea](f1acfea))

### Dependencies

* update sibling dependencies ([0867521](0867521))
* update sibling dependencies ([93e035d](93e035d))
  • Loading branch information
semantic-release-bot committed Jan 6, 2023
1 parent 0867521 commit 7bd72df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/webrtc-star-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [@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)


### ⚠ BREAKING CHANGES

* update multiformats deps (#490)

### Bug Fixes

* update multiformats deps ([#490](https://github.com/libp2p/js-libp2p-webrtc-star/issues/490)) ([f1acfea](https://github.com/libp2p/js-libp2p-webrtc-star/commit/f1acfeaea8744c392912c837fda504f3a192d970))


### Dependencies

* update sibling dependencies ([0867521](https://github.com/libp2p/js-libp2p-webrtc-star/commit/08675210186590ad03f579bf8d078904dbec34d6))
* update sibling dependencies ([93e035d](https://github.com/libp2p/js-libp2p-webrtc-star/commit/93e035da84643ab0f7379fe336f2051e5c50edf1))

## [@libp2p/webrtc-star-v5.0.3](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v5.0.2...@libp2p/webrtc-star-v5.0.3) (2022-10-17)


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": "5.0.3",
"version": "6.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 7bd72df

Please sign in to comment.