Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
# [5.0.0](v4.1.0...v5.0.0) (2024-06-02)

* BREAKING CHANGE: Update WebTorrent to v2 and drop NodeJS < 16 (#303) ([3e34c7f](3e34c7f)), closes [#303](#303)

### BREAKING CHANGES

* Update WebTorrent to v2 and drop support for NodeJS < 16

* feat: update create-torrent to 6.0.17

* feat: improve logging by including peer type (TCP,UTP,WEBRTC,WEBSEED)

* fix: update ci to drop NodeJS 14

* fix: update docs to reflect changes, adds webrtc connectivity but requires native deps.
  • Loading branch information
semantic-release-bot committed Jun 2, 2024
1 parent 3e34c7f commit fa247c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [5.0.0](https://github.com/webtorrent/webtorrent-cli/compare/v4.1.0...v5.0.0) (2024-06-02)


* BREAKING CHANGE: Update WebTorrent to v2 and drop NodeJS < 16 (#303) ([3e34c7f](https://github.com/webtorrent/webtorrent-cli/commit/3e34c7f69ff2041be5c8d12b130959a1b58111cc)), closes [#303](https://github.com/webtorrent/webtorrent-cli/issues/303)


### BREAKING CHANGES

* Update WebTorrent to v2 and drop support for NodeJS < 16

* feat: update create-torrent to 6.0.17

* feat: improve logging by including peer type (TCP,UTP,WEBRTC,WEBSEED)

* fix: update ci to drop NodeJS 14

* fix: update docs to reflect changes, adds webrtc connectivity but requires native deps.

# [4.1.0](https://github.com/webtorrent/webtorrent-cli/compare/v4.0.4...v4.1.0) (2022-06-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webtorrent-cli",
"type": "module",
"description": "WebTorrent, the streaming torrent client. For the command line.",
"version": "4.1.0",
"version": "5.0.0",
"author": {
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",
Expand Down

0 comments on commit fa247c5

Please sign in to comment.