From 494fd1e0d4529d7aeac96f69747106d02f2662f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jul 2023 21:32:09 +0000 Subject: [PATCH] chore(release): 4.1.8 ## [4.1.8](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.7...v4.1.8) (2023-07-23) ### Bug Fixes * **deps:** update dependency streamx to ^2.15.0 ([#118](https://github.com/webtorrent/bittorrent-protocol/issues/118)) ([e23925c](https://github.com/webtorrent/bittorrent-protocol/commit/e23925c9b615724c3db816aee6effb626ea01bf6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dccbd6c3..2147fcf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.8](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.7...v4.1.8) (2023-07-23) + + +### Bug Fixes + +* **deps:** update dependency streamx to ^2.15.0 ([#118](https://github.com/webtorrent/bittorrent-protocol/issues/118)) ([e23925c](https://github.com/webtorrent/bittorrent-protocol/commit/e23925c9b615724c3db816aee6effb626ea01bf6)) + ## [4.1.7](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.6...v4.1.7) (2023-05-30) diff --git a/package.json b/package.json index 83778dcc..2119dc70 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.7", + "version": "4.1.8", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",