From 4c59e18fd23a7367944491aca565cdccd005975b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2024 16:57:25 +0000 Subject: [PATCH] chore(release): 11.0.13 ## [11.0.13](https://github.com/webtorrent/torrent-discovery/compare/v11.0.12...v11.0.13) (2024-12-07) ### Bug Fixes * **deps:** update dependency bittorrent-dht to ^11.0.9 ([#152](https://github.com/webtorrent/torrent-discovery/issues/152)) ([8a5f2f1](https://github.com/webtorrent/torrent-discovery/commit/8a5f2f14cc2b588614ad3f60f9b0fdc9577d1230)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c1b04..6bc1867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.13](https://github.com/webtorrent/torrent-discovery/compare/v11.0.12...v11.0.13) (2024-12-07) + + +### Bug Fixes + +* **deps:** update dependency bittorrent-dht to ^11.0.9 ([#152](https://github.com/webtorrent/torrent-discovery/issues/152)) ([8a5f2f1](https://github.com/webtorrent/torrent-discovery/commit/8a5f2f14cc2b588614ad3f60f9b0fdc9577d1230)) + ## [11.0.12](https://github.com/webtorrent/torrent-discovery/compare/v11.0.11...v11.0.12) (2024-12-07) diff --git a/package.json b/package.json index 52e4d95..0cc98cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "torrent-discovery", "description": "Discover BitTorrent and WebTorrent peers", - "version": "11.0.12", + "version": "11.0.13", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",