From a05ba4f9c35cd4638f52462b44901992378f2137 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Dec 2022 18:34:59 +0000 Subject: [PATCH] chore(release): 10.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [10.0.0](https://github.com/webtorrent/torrent-discovery/compare/v9.4.15...v10.0.0) (2022-12-06) ### Features * esm ([#87](https://github.com/webtorrent/torrent-discovery/issues/87)) ([83873a9](https://github.com/webtorrent/torrent-discovery/commit/83873a9e707691a0afb8af34b3b07824b6e84f01)) ### BREAKING CHANGES * ESM only * feat: esm * Update index.js Co-authored-by: Diego Rodríguez Baquero Co-authored-by: Diego Rodríguez Baquero --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2a5bf7..953047d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [10.0.0](https://github.com/webtorrent/torrent-discovery/compare/v9.4.15...v10.0.0) (2022-12-06) + + +### Features + +* esm ([#87](https://github.com/webtorrent/torrent-discovery/issues/87)) ([83873a9](https://github.com/webtorrent/torrent-discovery/commit/83873a9e707691a0afb8af34b3b07824b6e84f01)) + + +### BREAKING CHANGES + +* ESM only + +* feat: esm + +* Update index.js + +Co-authored-by: Diego Rodríguez Baquero + +Co-authored-by: Diego Rodríguez Baquero + ## [9.4.15](https://github.com/webtorrent/torrent-discovery/compare/v9.4.14...v9.4.15) (2022-12-05) diff --git a/package.json b/package.json index 83fc9f10..bef2f174 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "torrent-discovery", "description": "Discover BitTorrent and WebTorrent peers", - "version": "9.4.15", + "version": "10.0.0", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",