diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2adb7..ac7ecfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.11.2 | 2022-02-05 | `powerShell` speed improvements (windows) | | 5.11.1 | 2022-02-03 | `osInfo()` fixed issue fqdn (openBSD) | | 5.11.0 | 2022-01-26 | `networkInterfaces()` added default property and parameter | | 5.10.7 | 2022-01-21 | `processes()` reverted PR #560 (windows) | diff --git a/docs/history.html b/docs/history.html index f31d656..d97377f 100644 --- a/docs/history.html +++ b/docs/history.html @@ -56,6 +56,12 @@ Comment + + + 5.11.2 + 2022-02-05 + powerShell speed improvements (windows) + 5.11.1 diff --git a/docs/index.html b/docs/index.html index 9eb2f4e..3d18964 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@ 600, 'easeOutQuad', function () { - console.log('READY') + console.log('READY'); } ); }); @@ -78,7 +78,7 @@ loop: false, backDelay: 1200, - } + }; var typed = new Typed('#typed', options); } function scrollIt(destination, duration = 200, easing = 'linear', callback) { @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.11.1
+
New Version: 5.11.2