Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent 8981f21 commit 9ecca41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.0.0](https://github.com/node-modules/address/compare/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](https://github.com/node-modules/address/issues/37)) ([8981f21](https://github.com/node-modules/address/commit/8981f214084326c55b053c76182acd741262c057))

## [1.2.2](https://github.com/node-modules/address/compare/v1.2.1...v1.2.2) (2022-12-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "address",
"version": "1.2.2",
"version": "2.0.0",
"description": "Get current machine IP, MAC and DNS servers.",
"scripts": {
"lint": "eslint src test --ext .ts",
Expand Down

0 comments on commit 9ecca41

Please sign in to comment.