Skip to content

Commit dcb8e8a

Browse files
Release 2.0.2
[skip ci] ## [2.0.2](v2.0.1...v2.0.2) (2024-02-29) ### Bug Fixes * should return scopeid = 0 address on IPv6 ([#41](#41)) ([6c98053](6c98053))
1 parent 6c98053 commit dcb8e8a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.0.2](https://github.com/node-modules/address/compare/v2.0.1...v2.0.2) (2024-02-29)
4+
5+
6+
### Bug Fixes
7+
8+
* should return scopeid = 0 address on IPv6 ([#41](https://github.com/node-modules/address/issues/41)) ([6c98053](https://github.com/node-modules/address/commit/6c98053fe3d3aebcf4ebb29dd2f04f06a3f7a961))
9+
310
## [2.0.0](https://github.com/node-modules/address/compare/v1.2.2...v2.0.0) (2023-09-22)
411

512

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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Get current machine IP, MAC and DNS servers.",
55
"scripts": {
66
"lint": "eslint src test --ext .ts",

0 commit comments

Comments
 (0)