From d4dc912b62935f9c420b4639cb6a121a91537eac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Jan 2023 01:51:28 +0000 Subject: [PATCH] chore(release): 10.0.2 ## [10.0.2](https://github.com/webtorrent/torrent-discovery/compare/v10.0.1...v10.0.2) (2023-01-25) ### Bug Fixes * imports ([#94](https://github.com/webtorrent/torrent-discovery/issues/94)) ([9187ba2](https://github.com/webtorrent/torrent-discovery/commit/9187ba2de2d22809432db1de4875ae4987479df3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f26513..52eb18c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.0.2](https://github.com/webtorrent/torrent-discovery/compare/v10.0.1...v10.0.2) (2023-01-25) + + +### Bug Fixes + +* imports ([#94](https://github.com/webtorrent/torrent-discovery/issues/94)) ([9187ba2](https://github.com/webtorrent/torrent-discovery/commit/9187ba2de2d22809432db1de4875ae4987479df3)) + ## [10.0.1](https://github.com/webtorrent/torrent-discovery/compare/v10.0.0...v10.0.1) (2023-01-24) diff --git a/package.json b/package.json index 50b23eda..26b1b2b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "torrent-discovery", "description": "Discover BitTorrent and WebTorrent peers", - "version": "10.0.1", + "version": "10.0.2", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",