From 95c8a4994c8349e9aa69a10d735768c6707b8dee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Sep 2021 00:32:40 +0000 Subject: [PATCH] chore(release): 5.0.1 ## [5.0.1](https://github.com/webtorrent/webtorrent-hybrid/compare/v5.0.0...v5.0.1) (2021-09-14) ### Bug Fixes * webrtc import ([#143](https://github.com/webtorrent/webtorrent-hybrid/issues/143)) ([3b5d9bb](https://github.com/webtorrent/webtorrent-hybrid/commit/3b5d9bb0a21fceef76f25a113ebede40fce73338)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8ff79..2a256bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/webtorrent/webtorrent-hybrid/compare/v5.0.0...v5.0.1) (2021-09-14) + + +### Bug Fixes + +* webrtc import ([#143](https://github.com/webtorrent/webtorrent-hybrid/issues/143)) ([3b5d9bb](https://github.com/webtorrent/webtorrent-hybrid/commit/3b5d9bb0a21fceef76f25a113ebede40fce73338)) + # [5.0.0](https://github.com/webtorrent/webtorrent-hybrid/compare/v4.1.3...v5.0.0) (2021-08-26) diff --git a/package.json b/package.json index 527aba1..c9bc182 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webtorrent-hybrid", "type": "module", "description": "Streaming torrent client", - "version": "5.0.0", + "version": "5.0.1", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",