diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fa2a0c..f2f2eec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -77,6 +77,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
+| 5.8.1 | 2021-08-24 | `battery()` fix capacity |
| 5.8.0 | 2021-08-02 | `disksIO()` added waitTime, waitPercent (linux) |
| 5.7.14 | 2021-08-01 | `cpu()` cache calculation fix (linux) |
| 5.7.13 | 2021-07-28 | `osInfo()` fix uefi detection (win) |
diff --git a/docs/history.html b/docs/history.html
index 89e715e..41e4fb5 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -56,6 +56,11 @@
+
+ | 5.8.1 |
+ 2021-08-24 |
+ battery() battery fix capacity |
+
| 5.8.0 |
2021-08-02 |
diff --git a/docs/index.html b/docs/index.html
index e2c8945..2d92b89 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -170,7 +170,7 @@
systeminformation
- New Version: 5.8.0
+ New Version: 5.8.1
@@ -203,7 +203,7 @@
-
14,481
+
14,535
Lines of code
@@ -211,7 +211,7 @@
Downloads last month
diff --git a/lib/system.js b/lib/system.js
index 3e39c98..a298856 100644
--- a/lib/system.js
+++ b/lib/system.js
@@ -738,7 +738,7 @@ function chassis(callback) {
'Blade',
'Blade Enclosure',
'Tablet',
- 'Concertible',
+ 'Convertible',
'Detachable',
'IoT Gateway ',
'Embedded PC',
diff --git a/package.json b/package.json
index 3c1fb63..6eaf300 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,8 @@
"wifinetworks",
"virtual box",
"virtualbox",
- "vm"
+ "vm",
+ "backend"
],
"repository": {
"type": "git",