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

Commit

Permalink
chore(release): 1.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.8](v1.1.7...v1.1.8) (2023-04-25)

### Bug Fixes

* added peer connection state listener to emit closed events ([#134](#134)) ([16e8503](16e8503)), closes [#138](#138) [#138](#138) [#138](#138)
  • Loading branch information
semantic-release-bot committed Apr 25, 2023
1 parent 16e8503 commit de4d45e
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 @@
## [1.1.8](https://github.com/libp2p/js-libp2p-webrtc/compare/v1.1.7...v1.1.8) (2023-04-25)


### Bug Fixes

* added peer connection state listener to emit closed events ([#134](https://github.com/libp2p/js-libp2p-webrtc/issues/134)) ([16e8503](https://github.com/libp2p/js-libp2p-webrtc/commit/16e85030e78ed9edb2ebecf81bac3ad33d622111)), closes [#138](https://github.com/libp2p/js-libp2p-webrtc/issues/138) [#138](https://github.com/libp2p/js-libp2p-webrtc/issues/138) [#138](https://github.com/libp2p/js-libp2p-webrtc/issues/138)

## [1.1.7](https://github.com/libp2p/js-libp2p-webrtc/compare/v1.1.6...v1.1.7) (2023-04-24)


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": "1.1.7",
"version": "1.1.8",
"description": "A libp2p transport using WebRTC connections",
"author": "",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit de4d45e

Please sign in to comment.