Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Nov 16, 2022
1 parent 0a0584a commit 4d2752a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 4d2752a

Please sign in to comment.