Skip to content

Commit

Permalink
chore(release): 3.3.1
Browse files Browse the repository at this point in the history
## [3.3.1](v3.3.0...v3.3.1) (2021-07-09)

### Code Refactoring

* move to yargs, use chalk ([#144](#144)) ([177bc48](177bc48))

### 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 <[email protected]>
Co-authored-by: Diego Rodríguez Baquero <[email protected]>
  • Loading branch information
3 people committed Jul 9, 2021
1 parent 177bc48 commit 604a07c
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 1 deletion.
103 changes: 103 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Co-authored-by: Diego Rodríguez Baquero <[email protected]>

# [3.3.0](https://github.com/webtorrent/webtorrent-cli/compare/v3.2.4...v3.3.0) (2021-06-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down

0 comments on commit 604a07c

Please sign in to comment.