From 077004b6871bf367ac74a8f400b3c3a229636495 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Dec 2022 21:28:19 +0000 Subject: [PATCH] chore(release): 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.0.0](https://github.com/webtorrent/bittorrent-lsd/compare/v1.1.1...v2.0.0) (2022-12-05) ### Features * esm ([#30](https://github.com/webtorrent/bittorrent-lsd/issues/30)) ([4f45f6f](https://github.com/webtorrent/bittorrent-lsd/commit/4f45f6fcfc3757fa1cd4fcef750d8af48722d2dc)) ### BREAKING CHANGES * ESM only * feat: esm * Update index.js Co-authored-by: Diego Rodríguez Baquero Co-authored-by: Diego Rodríguez Baquero * ESM only --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e723c8d..e56844b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [2.0.0](https://github.com/webtorrent/bittorrent-lsd/compare/v1.1.1...v2.0.0) (2022-12-05) + + +### Features + +* esm ([#30](https://github.com/webtorrent/bittorrent-lsd/issues/30)) ([4f45f6f](https://github.com/webtorrent/bittorrent-lsd/commit/4f45f6fcfc3757fa1cd4fcef750d8af48722d2dc)) + + +### BREAKING CHANGES + +* ESM only +* feat: esm + +* Update index.js + +Co-authored-by: Diego Rodríguez Baquero + +Co-authored-by: Diego Rodríguez Baquero +* ESM only + ## [1.1.1](https://github.com/webtorrent/bittorrent-lsd/compare/v1.1.0...v1.1.1) (2021-07-22) diff --git a/package.json b/package.json index e15b765..8545794 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bittorrent-lsd", "description": "Local Service Discovery (BEP14) implementation", - "version": "1.1.1", + "version": "2.0.0", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",