From a5791d20491482717aa56576a383e67e1c6b659a Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 13 Feb 2018 20:35:57 +0100 Subject: [PATCH] updated history docs --- CHANGELOG.md | 1 + README.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ac4ff..d2f98b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,6 +100,7 @@ Other changes | Version | Date | Comment | | -------------- | -------------- | -------- | +| 3.37.1 | 2018-02-13 | fixed bug `battery.ischarging()` for macOS | | 3.37.0 | 2018-02-11 | extended FreeBSD support `networkStats()` | | 3.36.0 | 2018-02-11 | extended FreeBSD support `networkConnections()` | | 3.35.0 | 2018-02-11 | extended FreeBSD support `processLoad()` | diff --git a/README.md b/README.md index 1e41d3a..ea897f6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ async function cpu() { - Version 3.33.0: added bios `bios()` and main board `baseboard()` information - Version 3.32.0: extended `memLayout()` - added manufacturer - Version 3.31.0: extended windows support `cpuFlags()` (partially) -- Version 3.30.0: extended `versions()` (added `yarn`, `gulp`, `grunt`, `tsc`, `git`) - ... You can find all changes here: [detailed changelog][changelog-url]