diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f31a85..13534c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# [2.0.0](https://github.com/webtorrent/addr-to-ip-port/compare/v1.5.4...v2.0.0) (2022-11-16) + + +### chore + +* switch to ESM ([#21](https://github.com/webtorrent/addr-to-ip-port/issues/21)) ([104d222](https://github.com/webtorrent/addr-to-ip-port/commit/104d222b18a21d33568c0a73a4623c55a69d2ddb)) + + +### BREAKING CHANGES + +* ESM only + +* refactor: update to import/export syntax + +Signed-off-by: Lakshya Singh + +* chore: update package.json for modules and deps + +- define exports, nodejs version +- update critical deps +Signed-off-by: Lakshya Singh + +* docs: update readme for using esm + +Signed-off-by: Lakshya Singh + +* Update package.json + +Signed-off-by: Lakshya Singh +Co-authored-by: Diego Rodríguez Baquero +* ESM only + ## [1.5.4](https://github.com/webtorrent/addr-to-ip-port/compare/v1.5.3...v1.5.4) (2021-07-30) diff --git a/package.json b/package.json index 5ab6bcd..9da48dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "addr-to-ip-port", "description": "Convert an 'address:port' string to an array [address:string, port:number]", "type": "module", - "version": "1.5.4", + "version": "2.0.0", "author": { "name": "WebTorrent, LLC", "email": "feross@webtorrent.io",