From 678ab559256c5b6f0b10d61e1b80b38e3ad6a4ca Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 10 Mar 2022 20:59:04 +0100 Subject: [PATCH] cpuTemperature() fix NaN issue (windows) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d18e9..bb4be41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,7 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | -| 5.11.7 | 2022-03-10 | `cpuTemperature()` fi NaN issue (windows) | +| 5.11.7 | 2022-03-10 | `cpuTemperature()` fix NaN issue (windows) | | 5.11.6 | 2022-03-01 | typescript typings fix `diskLayout()` | | 5.11.5 | 2022-02-26 | fixed parsing issues (windows) | | 5.11.4 | 2022-02-20 | `powerShell` execution policy fix (windows) |