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",