Skip to content

Commit 9ecca41

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.2.2...v2.0.0) (2023-09-22) ### ⚠ BREAKING CHANGES * Drop Node.js < 16 support - rename `interface()` to `getInterfaceAddress()` ### Features * refactor with typescript to support cjs and esm both ([#37](#37)) ([8981f21](8981f21))
1 parent 8981f21 commit 9ecca41

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/node-modules/address/compare/v1.2.2...v2.0.0) (2023-09-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop Node.js < 16 support
9+
10+
- rename `interface()` to `getInterfaceAddress()`
11+
12+
### Features
13+
14+
* refactor with typescript to support cjs and esm both ([#37](https://github.com/node-modules/address/issues/37)) ([8981f21](https://github.com/node-modules/address/commit/8981f214084326c55b053c76182acd741262c057))
15+
316
## [1.2.2](https://github.com/node-modules/address/compare/v1.2.1...v1.2.2) (2022-12-17)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "address",
3-
"version": "1.2.2",
3+
"version": "2.0.0",
44
"description": "Get current machine IP, MAC and DNS servers.",
55
"scripts": {
66
"lint": "eslint src test --ext .ts",

0 commit comments

Comments
 (0)