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

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [@libp2p/webrtc-star-v3.0.2](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v3.0.1...@libp2p/webrtc-star-v3.0.2) (2022-09-21)

### Bug Fixes

* do not close connections when sigserver goes away ([#456](#456)) ([206bdd5](206bdd5)), closes [#453](#453)
  • Loading branch information
semantic-release-bot committed Sep 21, 2022
1 parent b72425e commit c98856e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/webrtc-star-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [@libp2p/webrtc-star-v3.0.2](https://github.com/libp2p/js-libp2p-webrtc-star/compare/@libp2p/webrtc-star-v3.0.1...@libp2p/webrtc-star-v3.0.2) (2022-09-21)


### Bug Fixes

* do not close connections when sigserver goes away ([#456](https://github.com/libp2p/js-libp2p-webrtc-star/issues/456)) ([206bdd5](https://github.com/libp2p/js-libp2p-webrtc-star/commit/206bdd55e84d92929cf4dec6dd98d9bd6b37f650)), closes [#453](https://github.com/libp2p/js-libp2p-webrtc-star/issues/453)

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


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": "3.0.1",
"version": "3.0.2",
"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 c98856e

Please sign in to comment.