From 4d2752a179f04235f5518a213d70cba225eb1bd7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Nov 2022 23:12:38 +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/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 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) 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",