From 251135a0e65bf5c79156cc6b79cd41996fbd4121 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 13 Oct 2020 15:02:03 +0200 Subject: [PATCH] networkInterfaces loopback internal detection (windows) --- CHANGELOG.md | 1 + docs/history.html | 5 +++++ docs/index.html | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 062aa4f..019a956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 4.27.9 | 2020-10-13 | `networkInterfaces()` loopback internal detection (windows) | | 4.27.8 | 2020-10-08 | windows codepages partial fix | | 4.27.7 | 2020-10-05 | updated typescript typings, minor fixes | | 4.27.6 | 2020-10-02 | `get()` fixed when results are in arrays | diff --git a/docs/history.html b/docs/history.html index 3d64cfd..1e7f50c 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@ + + 4.27.9 + 2020-10-13 + networkInterfaces() loopback internal detection (windows) + 4.27.8 2020-10-08 diff --git a/docs/index.html b/docs/index.html index ef545d6..510895e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -168,7 +168,7 @@
systeminformation
-
Current Version: 4.27.8
+
Current Version: 4.27.9