Skip to content

Commit

Permalink
chore(release): 2.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.4](libp2p/js-libp2p-webrtc@v2.0.3...v2.0.4) (2023-05-17)

### Bug Fixes

* use abstract stream class from muxer interface module ([libp2p#165](libp2p/js-libp2p-webrtc#165)) ([32f68de](libp2p/js-libp2p-webrtc@32f68de)), closes [libp2p#164](libp2p/js-libp2p-webrtc#164)
  • Loading branch information
semantic-release-bot committed May 17, 2023
1 parent 32f68de commit bc3ae14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.4](https://github.com/libp2p/js-libp2p-webrtc/compare/v2.0.3...v2.0.4) (2023-05-17)


### Bug Fixes

* use abstract stream class from muxer interface module ([#165](https://github.com/libp2p/js-libp2p-webrtc/issues/165)) ([32f68de](https://github.com/libp2p/js-libp2p-webrtc/commit/32f68de455d2f0b136553aa41caf06adaf1f09d1)), closes [#164](https://github.com/libp2p/js-libp2p-webrtc/issues/164)

## [2.0.3](https://github.com/libp2p/js-libp2p-webrtc/compare/v2.0.2...v2.0.3) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/webrtc",
"version": "2.0.3",
"version": "2.0.4",
"description": "A libp2p transport using WebRTC connections",
"author": "",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit bc3ae14

Please sign in to comment.