diff --git a/CHANGELOG.md b/CHANGELOG.md index e19ed58..32d957c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.27.12 | 2025-12-09 | `networkConnections()` fix pid issue (macOS) | | 5.27.11 | 2025-10-05 | `system()` added latest mac studio versions (macOS) | | 5.27.10 | 2025-09-16 | `powerShell()` adapted params (windows) | | 5.27.9 | 2025-09-13 | `typings` fsOpenFiles typings fixed | diff --git a/docs/audio.html b/docs/audio.html index 148ccf3..69d5eb3 100644 --- a/docs/audio.html +++ b/docs/audio.html @@ -192,8 +192,8 @@
Example
const si = require('systeminformation');
-si.audio().then(data => console.log(data));
-
+si.audio().then(data => console.log(data));
+
 [
   {
     id: 0,
@@ -222,6 +222,7 @@ si.audio().then(data => console.log(data));
status: 'online' } ] + @@ -230,8 +231,7 @@ si.audio().then(data => console.log(data)); - - +