diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9e6c88..a6f5306 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x] + node-version: [10.x, 12.x, 14.x, 16.x, 17.x, 18.x, 19.x] include: - os: macos-latest node-version: 14.x diff --git a/CHANGELOG.md b/CHANGELOG.md index 3254976..e50b4cb 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.12.12 | 2022-11-03 | fix typescript typings | | 5.12.11 | 2022-10-27 | `wifiInterfaces()`, `wifiConnections` improved parsing (linux) | | 5.12.10 | 2022-10-25 | `bluetooth()` adapted parsing to accept also new profile (mac OS) | | 5.12.9 | 2022-10-24 | fix typescript typings, code cleanup, docs updated | diff --git a/docs/history.html b/docs/history.html index 3d8e2bd..4390513 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@
+