From b6c5605e19a05848a2cb1cab30492b4f816cc37e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2024 13:38:01 +0000 Subject: [PATCH] chore(release): 11.0.9 ## [11.0.9](https://github.com/webtorrent/bittorrent-dht/compare/v11.0.8...v11.0.9) (2024-12-07) ### Bug Fixes * **deps:** update dependency debug to ^4.4.0 ([#308](https://github.com/webtorrent/bittorrent-dht/issues/308)) ([bb80624](https://github.com/webtorrent/bittorrent-dht/commit/bb80624b199c17a33178e4c6a82af5f55ad560ad)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c489f81..f522866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.9](https://github.com/webtorrent/bittorrent-dht/compare/v11.0.8...v11.0.9) (2024-12-07) + + +### Bug Fixes + +* **deps:** update dependency debug to ^4.4.0 ([#308](https://github.com/webtorrent/bittorrent-dht/issues/308)) ([bb80624](https://github.com/webtorrent/bittorrent-dht/commit/bb80624b199c17a33178e4c6a82af5f55ad560ad)) + ## [11.0.8](https://github.com/webtorrent/bittorrent-dht/compare/v11.0.7...v11.0.8) (2024-09-07) diff --git a/package.json b/package.json index 33300c9..1afc185 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bittorrent-dht", "description": "Simple, robust, BitTorrent DHT implementation", "type": "module", - "version": "11.0.8", + "version": "11.0.9", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",