From 84cd42e8665da43929ed580ab9c9a1d22c6e2820 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 May 2023 19:01:51 +0000 Subject: [PATCH] chore(release): 4.1.7 ## [4.1.7](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.6...v4.1.7) (2023-05-30) ### Bug Fixes * **deps:** update dependency streamx to ^2.13.2 ([#117](https://github.com/webtorrent/bittorrent-protocol/issues/117)) ([c09a7f6](https://github.com/webtorrent/bittorrent-protocol/commit/c09a7f6b6a61cc979f09934712eafdb4f4019edd)) * **deps:** update dependency uint8-util to ^2.1.9 ([#110](https://github.com/webtorrent/bittorrent-protocol/issues/110)) ([9d3733c](https://github.com/webtorrent/bittorrent-protocol/commit/9d3733c329f3d3bbf3e957335bae0c24ae88b49f)) * migrate to streamx ([#96](https://github.com/webtorrent/bittorrent-protocol/issues/96)) ([9b77f6c](https://github.com/webtorrent/bittorrent-protocol/commit/9b77f6c1f5c27092e4e656fc448e79f295b9cb30)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebd0218..dccbd6c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.1.7](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.6...v4.1.7) (2023-05-30) + + +### Bug Fixes + +* **deps:** update dependency streamx to ^2.13.2 ([#117](https://github.com/webtorrent/bittorrent-protocol/issues/117)) ([c09a7f6](https://github.com/webtorrent/bittorrent-protocol/commit/c09a7f6b6a61cc979f09934712eafdb4f4019edd)) +* **deps:** update dependency uint8-util to ^2.1.9 ([#110](https://github.com/webtorrent/bittorrent-protocol/issues/110)) ([9d3733c](https://github.com/webtorrent/bittorrent-protocol/commit/9d3733c329f3d3bbf3e957335bae0c24ae88b49f)) +* migrate to streamx ([#96](https://github.com/webtorrent/bittorrent-protocol/issues/96)) ([9b77f6c](https://github.com/webtorrent/bittorrent-protocol/commit/9b77f6c1f5c27092e4e656fc448e79f295b9cb30)) + ## [4.1.6](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.5...v4.1.6) (2023-01-31) diff --git a/package.json b/package.json index 7536b356..c28072f8 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.6", + "version": "4.1.7", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",