From 604a07c9625bef198a3ebdc2f940b6ff849214b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Jul 2021 21:48:43 +0000 Subject: [PATCH] chore(release): 3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.3.1](https://github.com/webtorrent/webtorrent-cli/compare/v3.3.0...v3.3.1) (2021-07-09) ### Code Refactoring * move to yargs, use chalk ([#144](https://github.com/webtorrent/webtorrent-cli/issues/144)) ([177bc48](https://github.com/webtorrent/webtorrent-cli/commit/177bc480ce184a312e1c164c30acb890a8357ffe)) ### BREAKING CHANGES * * Create new branch: revamp * Complete revamp * Added quote function * Bugfixes * Bugfixes * Replace console.log with process.stdout.write * Bugfixes * Cleanup dependencies * Added feature * Standard --fix * Update docs * Standard --fix * Fix small bug * Standard --fix * Multiple torrent downloads fix * Less hard coding * Small adjustments * Fix optiongroup order * Replace yargs with minimist wrapper * Revert commit: 94c561c * Pull changes 3.2.1 * Pull changes 3.2.1 * Fix busy port issue * Small fixes * Small changes * Small fixes * Small fixes * Small changes * Remove unnecessary complexity * Webtorrent 0.112.0 * Small fixes * Small fix * Remove clivas.flush * Revert removal * Replace Clivas with Chalk and console.log * Yargs 16.2.0 * Small fix * Small improvements * dependency fix * Yargs 17.0.1 * Update .gitignore * Update .gitignore * Add [default] to download description * Remove regions * Update .gitignore Co-authored-by: Osman Altun Co-authored-by: Diego Rodríguez Baquero --- CHANGELOG.md | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 104 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da2d4edc..dde82345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,106 @@ +## [3.3.1](https://github.com/webtorrent/webtorrent-cli/compare/v3.3.0...v3.3.1) (2021-07-09) + + +### Code Refactoring + +* move to yargs, use chalk ([#144](https://github.com/webtorrent/webtorrent-cli/issues/144)) ([177bc48](https://github.com/webtorrent/webtorrent-cli/commit/177bc480ce184a312e1c164c30acb890a8357ffe)) + + +### BREAKING CHANGES + +* * Create new branch: revamp + +* Complete revamp + +* Added quote function + +* Bugfixes + +* Bugfixes + +* Replace console.log with process.stdout.write + +* Bugfixes + +* Cleanup dependencies + +* Added feature + +* Standard --fix + +* Update docs + +* Standard --fix + +* Fix small bug + +* Standard --fix + +* Multiple torrent downloads fix + +* Less hard coding + +* Small adjustments + +* Fix optiongroup order + +* Replace yargs with minimist wrapper + +* Revert commit: 94c561c + +* Pull changes 3.2.1 + +* Pull changes 3.2.1 + +* Fix busy port issue + +* Small fixes + +* Small changes + +* Small fixes + +* Small fixes + +* Small changes + +* Remove unnecessary complexity + +* Webtorrent 0.112.0 + +* Small fixes + +* Small fix + +* Remove clivas.flush + +* Revert removal + +* Replace Clivas with Chalk and console.log + +* Yargs 16.2.0 + +* Small fix + +* Small improvements + +* dependency fix + +* Yargs 17.0.1 + +* Update .gitignore + +* Update .gitignore + +* Add [default] to download description + +* Remove regions + +* Update .gitignore + +Co-authored-by: Osman Altun +Co-authored-by: Diego Rodríguez Baquero + # [3.3.0](https://github.com/webtorrent/webtorrent-cli/compare/v3.2.4...v3.3.0) (2021-06-08) diff --git a/package.json b/package.json index c6b07f71..bb533afc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webtorrent-cli", "description": "WebTorrent, the streaming torrent client. For the command line.", - "version": "3.3.0", + "version": "3.3.1", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",