From 432fe310c720246a77070eb78120d68dc3c3e98c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2024 15:09:47 +0000 Subject: [PATCH] chore(release): 4.1.16 ## [4.1.16](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.15...v4.1.16) (2024-12-07) ### Bug Fixes * **deps:** update dependency debug to ^4.4.0 ([#153](https://github.com/webtorrent/bittorrent-protocol/issues/153)) ([efd2b2a](https://github.com/webtorrent/bittorrent-protocol/commit/efd2b2ab5abeaf694f4ffee763eb5be8c1cd8183)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe70739..afe1957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.16](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.15...v4.1.16) (2024-12-07) + + +### Bug Fixes + +* **deps:** update dependency debug to ^4.4.0 ([#153](https://github.com/webtorrent/bittorrent-protocol/issues/153)) ([efd2b2a](https://github.com/webtorrent/bittorrent-protocol/commit/efd2b2ab5abeaf694f4ffee763eb5be8c1cd8183)) + ## [4.1.15](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.14...v4.1.15) (2024-09-07) diff --git a/package.json b/package.json index 4788428..d093e4e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bittorrent-protocol", "type": "module", "description": "Simple, robust, BitTorrent peer wire protocol implementation", - "version": "4.1.15", + "version": "4.1.16", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",