From 338621a4066297fd6974e1665f07c9b7c464d431 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Jun 2024 15:35:48 +0000 Subject: [PATCH] chore(release): 5.0.1 ## [5.0.1](https://github.com/webtorrent/webtorrent-cli/compare/v5.0.0...v5.0.1) (2024-06-02) ### Bug Fixes * -s / --select not working ([#304](https://github.com/webtorrent/webtorrent-cli/issues/304)) ([825b0ee](https://github.com/webtorrent/webtorrent-cli/commit/825b0eed54123f81ce4fe67ba638095aa7eda80b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa9b139..54ad6273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/webtorrent/webtorrent-cli/compare/v5.0.0...v5.0.1) (2024-06-02) + + +### Bug Fixes + +* -s / --select not working ([#304](https://github.com/webtorrent/webtorrent-cli/issues/304)) ([825b0ee](https://github.com/webtorrent/webtorrent-cli/commit/825b0eed54123f81ce4fe67ba638095aa7eda80b)) + # [5.0.0](https://github.com/webtorrent/webtorrent-cli/compare/v4.1.0...v5.0.0) (2024-06-02) diff --git a/package.json b/package.json index 54624ac0..d4eae7a8 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": "5.0.0", + "version": "5.0.1", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",