diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dca889..4eeea6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.4](https://github.com/webtorrent/torrent-discovery/compare/v11.0.3...v11.0.4) (2024-05-22) + + +### Bug Fixes + +* bump bittorrent-tracker ([#137](https://github.com/webtorrent/torrent-discovery/issues/137)) ([ddfc205](https://github.com/webtorrent/torrent-discovery/commit/ddfc205cdc36b7cfacf308bbb89e59eac8abae04)) + ## [11.0.3](https://github.com/webtorrent/torrent-discovery/compare/v11.0.2...v11.0.3) (2024-05-22) diff --git a/package.json b/package.json index 494d770..33bd806 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "torrent-discovery", "description": "Discover BitTorrent and WebTorrent peers", - "version": "11.0.3", + "version": "11.0.4", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",