diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6e3bd1..3cf0854b 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.22.9 | 2024-05-13 | `memLayout()` fixed typo manufacturer | | 5.22.8 | 2024-05-05 | `utils()` replaces deprecated util._extend() | | 5.22.7 | 2024-04-02 | `battery()` fixed designed capacity issue (windows) | | 5.22.6 | 2024-03-20 | `networkInterfaces()` fixed speed of not connected interfaces (windows) | diff --git a/docs/history.html b/docs/history.html index 9f94a868..a57917d7 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@

Full version history

+ + 5.22.9 + 2024-05-13 + memLayout() fixed typo manufacturer + 5.22.8 2024-05-05 diff --git a/docs/index.html b/docs/index.html index 4be5ad45..8227a773 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.22.7
+
New Version: 5.22.9
diff --git a/lib/memory.js b/lib/memory.js index 2b52799e..f98c5ac5 100644 --- a/lib/memory.js +++ b/lib/memory.js @@ -52,7 +52,7 @@ const LINUX_RAM_manufacturers = { '04CD': 'G-Skill', '059B': 'Crucial', '00CE': 'Samsung', - '1315': 'Crutial', + '1315': 'Crucial', '014F': 'Transcend Information', '2C00': 'Micron Technology Inc.', '802C': 'Micron Technology Inc.',