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",