-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.5.4...v2.0.0) (2022-11-16) ### chore * switch to ESM ([#21](#21)) ([104d222](104d222)) ### BREAKING CHANGES * ESM only * refactor: update to import/export syntax Signed-off-by: Lakshya Singh <[email protected]> * chore: update package.json for modules and deps - define exports, nodejs version - update critical deps Signed-off-by: Lakshya Singh <[email protected]> * docs: update readme for using esm Signed-off-by: Lakshya Singh <[email protected]> * Update package.json Signed-off-by: Lakshya Singh <[email protected]> Co-authored-by: Diego Rodríguez Baquero <[email protected]> * ESM only
- Loading branch information
1 parent
0a0584a
commit 4d2752a
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
|
||
* chore: update package.json for modules and deps | ||
|
||
- define exports, nodejs version | ||
- update critical deps | ||
Signed-off-by: Lakshya Singh <[email protected]> | ||
|
||
* docs: update readme for using esm | ||
|
||
Signed-off-by: Lakshya Singh <[email protected]> | ||
|
||
* Update package.json | ||
|
||
Signed-off-by: Lakshya Singh <[email protected]> | ||
Co-authored-by: Diego Rodríguez Baquero <[email protected]> | ||
* ESM only | ||
|
||
## [1.5.4](https://github.com/webtorrent/addr-to-ip-port/compare/v1.5.3...v1.5.4) (2021-07-30) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]", | ||
|