From bbbe6ef6bdb033178c2615e3d36703a3afd970f7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 22:12:45 +0000 Subject: [PATCH] chore(release): 4.0.3 ## [4.0.3](https://github.com/webtorrent/webtorrent-cli/compare/v4.0.2...v4.0.3) (2022-02-03) ### Bug Fixes * **deps:** update dependency mime to v3 ([#201](https://github.com/webtorrent/webtorrent-cli/issues/201)) ([0427557](https://github.com/webtorrent/webtorrent-cli/commit/04275570cde6fa2aedf78ffd0321891b7a0999b5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf2b254..3ce3e159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.3](https://github.com/webtorrent/webtorrent-cli/compare/v4.0.2...v4.0.3) (2022-02-03) + + +### Bug Fixes + +* **deps:** update dependency mime to v3 ([#201](https://github.com/webtorrent/webtorrent-cli/issues/201)) ([0427557](https://github.com/webtorrent/webtorrent-cli/commit/04275570cde6fa2aedf78ffd0321891b7a0999b5)) + ## [4.0.2](https://github.com/webtorrent/webtorrent-cli/compare/v4.0.1...v4.0.2) (2022-01-04) diff --git a/package.json b/package.json index 0404069e..59695b54 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.2", + "version": "4.0.3", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",