diff --git a/CHANGELOG.md b/CHANGELOG.md index 24f6355..474407d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.21.14 | 2023-10-26 | `execSync()` added explicit encoding (linux) | | 5.21.13 | 2023-10-21 | `system()` Raspberry Pi 5 detection | | 5.21.12 | 2023-10-17 | `system()` Raspberry CM4S detection | | 5.21.11 | 2023-10-05 | `osInfo()` fix getLogoFile (BSD) | diff --git a/docs/history.html b/docs/history.html index b3d1f55..248625b 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.21.14 + 2023-10-26 + execSync() added explicit encoding (linux) + 5.21.13 2023-10-21 diff --git a/docs/index.html b/docs/index.html index be8dd5c..b9f04dc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.21.13
+
New Version: 5.21.14