From d25101fe2b9878bf5959cb94dffcc091c810677e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Aug 2021 13:33:25 +0000 Subject: [PATCH] chore(release): 4.1.3 ## [4.1.3](https://github.com/webtorrent/webtorrent-hybrid/compare/v4.1.2...v4.1.3) (2021-08-18) ### Bug Fixes * dockerfile missing dependency ([#137](https://github.com/webtorrent/webtorrent-hybrid/issues/137)) ([2523b48](https://github.com/webtorrent/webtorrent-hybrid/commit/2523b48e1efd580139f27951edb130f96111d8a0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d31510..4c0c16e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.3](https://github.com/webtorrent/webtorrent-hybrid/compare/v4.1.2...v4.1.3) (2021-08-18) + + +### Bug Fixes + +* dockerfile missing dependency ([#137](https://github.com/webtorrent/webtorrent-hybrid/issues/137)) ([2523b48](https://github.com/webtorrent/webtorrent-hybrid/commit/2523b48e1efd580139f27951edb130f96111d8a0)) + ## [4.1.2](https://github.com/webtorrent/webtorrent-hybrid/compare/v4.1.1...v4.1.2) (2021-08-06) diff --git a/package.json b/package.json index a389988..9c7144e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webtorrent-hybrid", "description": "Streaming torrent client", - "version": "4.1.2", + "version": "4.1.3", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",