diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc836d..8b3b63b 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.23.3 | 2024-08-02 | `usb()` fixed duplicate entries (windows) | | 5.23.2 | 2024-08-01 | `execSync()` fixed EFAULT (linux) | | 5.23.1 | 2024-07-31 | `disklayout()` updated docs (macOS) | | 5.23.0 | 2024-07-31 | `usb()` added serialNumber (linux) | diff --git a/docs/history.html b/docs/history.html index e555059..6a9c3e2 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@ + + 5.23.3 + 2024-08-02 + usb() fixed dublicate etries (windows) + 5.23.2 2024-08-01 diff --git a/docs/index.html b/docs/index.html index 42fc5d2..5c4a9bc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.23.2
+
New Version: 5.23.3