diff --git a/CHANGELOG.md b/CHANGELOG.md index b5004bf..323cb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,7 @@ Other changes | Version | Date | Comment | | -------------- | -------------- | -------- | +| 3.8.1 | 2016-11-04 | updated docs | | 3.8.0 | 2016-11-04 | added dockerContainerProcesses | | 3.7.1 | 2016-11-03 | code refactoring | | 3.7.0 | 2016-11-02 | extended docker stats, and no longer relying on curl | diff --git a/README.md b/README.md index 84f79a2..488860f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ si.cpu() ### Latest Activity -- Version 3.8.0: added dockerContainerProcesses (docker process inside container). +- Version 3.8.0: added dockerContainerProcesses (array of processes inside a docker container). - Version 3.7.0: extended docker stats. - Version 3.6.0: added versions (kernel, ssl, node, npm, pm2, ...). - Version 3.5.0: added graphics info (controller and display). diff --git a/lib/index.js b/lib/index.js index 0a8dfe0..30723c6 100644 --- a/lib/index.js +++ b/lib/index.js @@ -81,6 +81,7 @@ // -------------------------------- // // version date comment +// 3.8.1 2016-11-04 updated docs // 3.8.0 2016-11-04 added dockerContainerProcesses // 3.7.1 2016-11-03 code refactoring // 3.7.0 2016-11-02 extended docker stats, and no longer relying on curl (version conflicts)