diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0cc13..466e64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [11.0.0](https://github.com/webtorrent/torrent-discovery/compare/v10.0.16...v11.0.0) (2023-11-09) + + +### Bug Fixes + +* **deps:** update dependency bittorrent-tracker to v11 ([#130](https://github.com/webtorrent/torrent-discovery/issues/130)) ([fde59c0](https://github.com/webtorrent/torrent-discovery/commit/fde59c0526c473d0408e965401366eeb54653395)) + + +### BREAKING CHANGES + +* **deps:** CHANGE +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> + ## [10.0.16](https://github.com/webtorrent/torrent-discovery/compare/v10.0.15...v10.0.16) (2023-08-10) diff --git a/package.json b/package.json index 3162a3f..39f88e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "torrent-discovery", "description": "Discover BitTorrent and WebTorrent peers", - "version": "10.0.16", + "version": "11.0.0", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",