From 1f00b954cd33518d0a26b5637d8758b37695eb51 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Mar 2022 14:57:12 +0000 Subject: [PATCH] chore(release): 4.0.4 ## [4.0.4](https://github.com/webtorrent/webtorrent-cli/compare/v4.0.3...v4.0.4) (2022-03-09) ### Bug Fixes * webtorrent version resolve ([a6d3ee7](https://github.com/webtorrent/webtorrent-cli/commit/a6d3ee75b74a645022971a06797d59a2e4da2707)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce3e159..9a572696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.4](https://github.com/webtorrent/webtorrent-cli/compare/v4.0.3...v4.0.4) (2022-03-09) + + +### Bug Fixes + +* webtorrent version resolve ([a6d3ee7](https://github.com/webtorrent/webtorrent-cli/commit/a6d3ee75b74a645022971a06797d59a2e4da2707)) + ## [4.0.3](https://github.com/webtorrent/webtorrent-cli/compare/v4.0.2...v4.0.3) (2022-02-03) diff --git a/package.json b/package.json index 5814bbac..aa5c6b59 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webtorrent-cli", "type": "module", "description": "WebTorrent, the streaming torrent client. For the command line.", - "version": "4.0.3", + "version": "4.0.4", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",