From 06af823d9c8431043d831f83bdd4fc657c0b16c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Jan 2023 03:20:52 +0000 Subject: [PATCH] chore(release): 4.0.1 ## [4.0.1](https://github.com/webtorrent/ut_pex/compare/v4.0.0...v4.0.1) (2023-01-25) ### Bug Fixes * **deps:** update dependency bencode to v3 ([#60](https://github.com/webtorrent/ut_pex/issues/60)) ([5e03940](https://github.com/webtorrent/ut_pex/commit/5e03940f1b38189763b9fd25259f47147ba772fa)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996e213..a211635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/webtorrent/ut_pex/compare/v4.0.0...v4.0.1) (2023-01-25) + + +### Bug Fixes + +* **deps:** update dependency bencode to v3 ([#60](https://github.com/webtorrent/ut_pex/issues/60)) ([5e03940](https://github.com/webtorrent/ut_pex/commit/5e03940f1b38189763b9fd25259f47147ba772fa)) + # [4.0.0](https://github.com/webtorrent/ut_pex/compare/v3.0.2...v4.0.0) (2022-11-16) diff --git a/package.json b/package.json index d73f182..965a74b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ut_pex", "description": "Extension for Peer Discovery (PEX)", - "version": "4.0.0", + "version": "4.0.1", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",