From b403405f83135f8193366cd1149b6736f5fbb913 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Jun 2024 14:40:19 +0000 Subject: [PATCH] chore(release): 6.0.0 # [6.0.0](https://github.com/webtorrent/webtorrent-hybrid/compare/v5.0.2...v6.0.0) (2024-06-02) * BREAKING CHANGE: Deprecate webtorrent-hybrid (#195) ([fe511bf](https://github.com/webtorrent/webtorrent-hybrid/commit/fe511bf98a109b5bc7967a2853345a0b23da7b11)), closes [#195](https://github.com/webtorrent/webtorrent-hybrid/issues/195) ### BREAKING CHANGES * Deprecate webtorrent-hybrid This package is deprecated as of WebTorrent >= 2.3.0 as native WebRTC support has been added to WebTorrent. Please switch to using the "webtorrent" package. * fix: Update ci to use NodeJS 16 to match package.json * Update README.md Update `Deprecated Warning` to `Deprecation Warning` Co-authored-by: Cas_ <6506529+ThaUnknown@users.noreply.github.com> * fix: re-add WEBTORRENT_ANNOUNCE which is used for adding websocket trackers to magnetURIs which do not already have them. * feat: update webtorrent-cli to v5 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b521f..2e40049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [6.0.0](https://github.com/webtorrent/webtorrent-hybrid/compare/v5.0.2...v6.0.0) (2024-06-02) + + +* BREAKING CHANGE: Deprecate webtorrent-hybrid (#195) ([fe511bf](https://github.com/webtorrent/webtorrent-hybrid/commit/fe511bf98a109b5bc7967a2853345a0b23da7b11)), closes [#195](https://github.com/webtorrent/webtorrent-hybrid/issues/195) + + +### BREAKING CHANGES + +* Deprecate webtorrent-hybrid + +This package is deprecated as of WebTorrent >= 2.3.0 as native WebRTC support has been added to WebTorrent. Please switch to using the "webtorrent" package. + +* fix: Update ci to use NodeJS 16 to match package.json + +* Update README.md + +Update `Deprecated Warning` to `Deprecation Warning` + +Co-authored-by: Cas_ <6506529+ThaUnknown@users.noreply.github.com> + +* fix: re-add WEBTORRENT_ANNOUNCE which is used for adding websocket trackers to magnetURIs which do not already have them. + +* feat: update webtorrent-cli to v5 + ## [5.0.2](https://github.com/webtorrent/webtorrent-hybrid/compare/v5.0.1...v5.0.2) (2022-02-01) diff --git a/package.json b/package.json index 637e95a..1071996 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webtorrent-hybrid", "type": "module", "description": "Streaming torrent client", - "version": "5.0.2", + "version": "6.0.0", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",