From 7a728528923c5e12eae2e54751924df265d381c7 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 5 Oct 2021 19:42:45 +0200 Subject: [PATCH] updated docs --- CHANGELOG.md | 2 +- README.md | 2 +- docs/index.html | 2 +- package.json | 7 +++++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b580ad..9dfac63 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.9.3 | 2021-09-17 | `processes()` fixed memVsz, Memrss (macOS M1) | +| 5.9.4 | 2021-09-23 | `processes()` fixed memVsz, Memrss (macOS M1) | | 5.9.3 | 2021-09-17 | `cpuTemperature()` improved tdie detection (linus) | | 5.9.2 | 2021-09-16 | `graohics()` (macOS), `memLayout()` (win) improvements | | 5.9.1 | 2021-09-15 | `diskLayout()` fix size (macOS) | diff --git a/README.md b/README.md index c77486f..83dde37 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ [![Sponsoring][sponsor-badge]][sponsor-url] [![MIT license][license-img]][license-url] -This is amazing. Started as a small project just for myself, it now has > 10,000 lines of code, > 450 versions published, up to 3 mio downloads per month, > 48 mio downloads overall. Thank you to all who contributed to this project! +This is amazing. Started as a small project just for myself, it now has > 10,000 lines of code, > 450 versions published, up to 4 mio downloads per month, > 50 mio downloads overall. Thank you to all who contributed to this project! ## New Version 5.0 diff --git a/docs/index.html b/docs/index.html index 69a8472..00209e2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -213,7 +213,7 @@
Downloads last month
-
479
+
485
Dependents
diff --git a/package.json b/package.json index 87597a4..be6ec62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "systeminformation", "version": "5.9.4", - "description": "Simple system and OS information library", + "description": "Advanced, lightweight system and OS information library", "license": "MIT", "author": "Sebastian Hildebrandt (https://plus-innovations.com)", "homepage": "https://systeminformation.io", @@ -70,7 +70,10 @@ "virtual box", "virtualbox", "vm", - "backend" + "backend", + "hardware", + "BIOS", + "chassis" ], "repository": { "type": "git",