From f33d70d19dc6996de5976c8ef20f5b2a162962d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Aug 2023 09:52:31 +0000 Subject: [PATCH] chore(release): 4.1.11 ## [4.1.11](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.10...v4.1.11) (2023-08-11) ### Bug Fixes * **deps:** update dependency streamx to ^2.15.1 ([#126](https://github.com/webtorrent/bittorrent-protocol/issues/126)) ([b138d12](https://github.com/webtorrent/bittorrent-protocol/commit/b138d1248f861ca88e812201e261a2ba744f98af)) * **deps:** update dependency uint8-util to ^2.2.2 ([#124](https://github.com/webtorrent/bittorrent-protocol/issues/124)) ([3ff2481](https://github.com/webtorrent/bittorrent-protocol/commit/3ff24811f9063da9a47cccbd06c3e013804025a9)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf76a60c..8991e731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.1.11](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.10...v4.1.11) (2023-08-11) + + +### Bug Fixes + +* **deps:** update dependency streamx to ^2.15.1 ([#126](https://github.com/webtorrent/bittorrent-protocol/issues/126)) ([b138d12](https://github.com/webtorrent/bittorrent-protocol/commit/b138d1248f861ca88e812201e261a2ba744f98af)) +* **deps:** update dependency uint8-util to ^2.2.2 ([#124](https://github.com/webtorrent/bittorrent-protocol/issues/124)) ([3ff2481](https://github.com/webtorrent/bittorrent-protocol/commit/3ff24811f9063da9a47cccbd06c3e013804025a9)) + ## [4.1.10](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.9...v4.1.10) (2023-08-10) diff --git a/package.json b/package.json index d1f97158..061d74ed 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.10", + "version": "4.1.11", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",