From 0438728bd86a444beeecd9f66ac5c3cad1395677 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Jun 2024 13:13:13 +0000 Subject: [PATCH] chore(release): 4.1.12 ## [4.1.12](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.11...v4.1.12) (2024-06-01) ### Bug Fixes * **deps:** update dependency debug to ^4.3.5 ([38c6c8a](https://github.com/webtorrent/bittorrent-protocol/commit/38c6c8a7b7c1a37a38f57e7f6a0915b58cdb204b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8991e731..397145aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.12](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.11...v4.1.12) (2024-06-01) + + +### Bug Fixes + +* **deps:** update dependency debug to ^4.3.5 ([38c6c8a](https://github.com/webtorrent/bittorrent-protocol/commit/38c6c8a7b7c1a37a38f57e7f6a0915b58cdb204b)) + ## [4.1.11](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.10...v4.1.11) (2023-08-11) diff --git a/package.json b/package.json index 8d236e19..f301a42d 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.11", + "version": "4.1.12", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",