From 82840d42ab1e3c3ff26052613c74d3f9b19ec53e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 May 2022 00:36:39 +0000 Subject: [PATCH] chore(release): 4.0.1 ## [4.0.1](https://github.com/webtorrent/bittorrent-protocol/compare/v4.0.0...v4.0.1) (2022-05-14) ### Bug Fixes * replace speedometer with throughput ([#92](https://github.com/webtorrent/bittorrent-protocol/issues/92)) ([642ac8e](https://github.com/webtorrent/bittorrent-protocol/commit/642ac8e5e2823a7bf3be740246f9f15cf13f17d2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dea518..9d37e8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/webtorrent/bittorrent-protocol/compare/v4.0.0...v4.0.1) (2022-05-14) + + +### Bug Fixes + +* replace speedometer with throughput ([#92](https://github.com/webtorrent/bittorrent-protocol/issues/92)) ([642ac8e](https://github.com/webtorrent/bittorrent-protocol/commit/642ac8e5e2823a7bf3be740246f9f15cf13f17d2)) + # [4.0.0](https://github.com/webtorrent/bittorrent-protocol/compare/v3.5.4...v4.0.0) (2022-04-28) diff --git a/package.json b/package.json index 03ccb9b1..2c5a445d 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.0.0", + "version": "4.0.1", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",