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",