From c6e6657fb0d1087081af511b6a4aa5b58e4a9999 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 18 Aug 2022 08:33:40 +0200 Subject: [PATCH] chore: release v5.8.1 * (Apollon77) Fix doNotDisturb sequence command --- README.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8154ae0..feed493 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ Then it should work again * docu docu docu (sorry ... will come) ## Changelog: - -### __WORK IN PROGRESS__ +### 5.8.1 (2022-08-18) * (Apollon77) Fix doNotDisturb sequence command ### 5.8.0 (2022-08-09) diff --git a/package-lock.json b/package-lock.json index 0be4e12..92f4c73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alexa-remote2", - "version": "5.8.0", + "version": "5.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "alexa-remote2", - "version": "5.8.0", + "version": "5.8.1", "license": "MIT", "dependencies": { "alexa-cookie2": "^4.1.3", diff --git a/package.json b/package.json index bb1bd26..5a05078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "5.8.0", + "version": "5.8.1", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",