From 22f87723196b42f0bb2e082bd7bf7ea2f034d5af Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sat, 9 Oct 2021 07:49:03 +0200 Subject: [PATCH] battery() fixed typo seperator (windows) --- CHANGELOG.md | 1 + docs/changes.html | 2 +- docs/history.html | 5 +++++ docs/index.html | 2 +- lib/battery.js | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6e2ea..327e016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.9.7 | 2021-10-09 | `battery()` fixed typo seperator (windows) | | 5.9.6 | 2021-10-08 | `system()` fixed virtual on WSL2 | | 5.9.5 | 2021-10-08 | `battery()` fixed isCharging (windows) | | 5.9.4 | 2021-09-23 | `processes()` fixed memVsz, Memrss (macOS M1) | diff --git a/docs/changes.html b/docs/changes.html index 71d1328..1fc7050 100644 --- a/docs/changes.html +++ b/docs/changes.html @@ -165,7 +165,7 @@ -

I know, these are a lot of changes, but for the sake of a consistent interface and to be future proof, we think that this was necessary. Thynk you for your understanding.

+

I know, these are a lot of changes, but for the sake of a consistent interface and to be future proof, we think that this was necessary. Thank you for your understanding.

Other Improvements and Changes