Skip to content

Commit 4d2752a

Browse files
chore(release): 2.0.0
# [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
1 parent 0a0584a commit 4d2752a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# [2.0.0](https://github.com/webtorrent/addr-to-ip-port/compare/v1.5.4...v2.0.0) (2022-11-16)
2+
3+
4+
### chore
5+
6+
* 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* ESM only
12+
13+
* refactor: update to import/export syntax
14+
15+
Signed-off-by: Lakshya Singh <[email protected]>
16+
17+
* chore: update package.json for modules and deps
18+
19+
- define exports, nodejs version
20+
- update critical deps
21+
Signed-off-by: Lakshya Singh <[email protected]>
22+
23+
* docs: update readme for using esm
24+
25+
Signed-off-by: Lakshya Singh <[email protected]>
26+
27+
* Update package.json
28+
29+
Signed-off-by: Lakshya Singh <[email protected]>
30+
Co-authored-by: Diego Rodríguez Baquero <[email protected]>
31+
* ESM only
32+
133
## [1.5.4](https://github.com/webtorrent/addr-to-ip-port/compare/v1.5.3...v1.5.4) (2021-07-30)
234

335

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "addr-to-ip-port",
33
"description": "Convert an 'address:port' string to an array [address:string, port:number]",
44
"type": "module",
5-
"version": "1.5.4",
5+
"version": "2.0.0",
66
"author": {
77
"name": "WebTorrent, LLC",
88
"email": "[email protected]",

0 commit comments

Comments
 (0)