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

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@libp2p/webrtc-star-v5.0.0](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v4.0.1...@libp2p/webrtc-star-v5.0.0) (2022-10-12)

### ⚠ BREAKING CHANGES

* modules no longer implement `Initializable` instead switching to constructor injection

### Bug Fixes

* remove @libp2p/components ([#477](#477)) ([efbcd99](efbcd99))
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent efbcd99 commit 8c15ebe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/webrtc-star-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [@libp2p/webrtc-star-v5.0.0](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v4.0.1...@libp2p/webrtc-star-v5.0.0) (2022-10-12)


### ⚠ BREAKING CHANGES

* modules no longer implement `Initializable` instead switching to constructor injection

### Bug Fixes

* remove @libp2p/components ([#477](https://github.com/libp2p/js-libp2p-webrtc-star/issues/477)) ([efbcd99](https://github.com/libp2p/js-libp2p-webrtc-star/commit/efbcd99086dcde17c476ecc2e255edbde467599c))

## [@libp2p/webrtc-star-v4.0.1](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v4.0.0...@libp2p/webrtc-star-v4.0.1) (2022-10-07)


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": "4.0.1",
"version": "5.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 8c15ebe

Please sign in to comment.