From 382d01607908b73750af816b7e73c09b1241563e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Aug 2023 08:57:07 +0000 Subject: [PATCH] chore(release): 4.1.10 ## [4.1.10](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.9...v4.1.10) (2023-08-10) ### Bug Fixes * **deps:** update dependency bencode to v4 ([#127](https://github.com/webtorrent/bittorrent-protocol/issues/127)) ([66aecc3](https://github.com/webtorrent/bittorrent-protocol/commit/66aecc36daff3783ad0ce2c3faed8cfe79a58482)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85b56a9..cf76a60c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.10](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.9...v4.1.10) (2023-08-10) + + +### Bug Fixes + +* **deps:** update dependency bencode to v4 ([#127](https://github.com/webtorrent/bittorrent-protocol/issues/127)) ([66aecc3](https://github.com/webtorrent/bittorrent-protocol/commit/66aecc36daff3783ad0ce2c3faed8cfe79a58482)) + ## [4.1.9](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.8...v4.1.9) (2023-07-31) diff --git a/package.json b/package.json index c910668c..41bac9bb 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.9", + "version": "4.1.10", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",