We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c98053 commit dcb8e8aCopy full SHA for dcb8e8a
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [2.0.0](https://github.com/node-modules/address/compare/v1.2.2...v2.0.0) (2023-09-22)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "address",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Get current machine IP, MAC and DNS servers.",
"scripts": {
"lint": "eslint src test --ext .ts",
0 commit comments