From 6d3a9a3f80392c48f6c04042e9aad91429491da5 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 28 Jan 2021 10:51:28 +0100 Subject: [PATCH] chore: release v3.6.0 Adjust to new automations (Routines) route Add getAllDeviceVolumes method Return relationships in getSmarthomeDevices call --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2aadf9dd..4489f4f1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Thank you for that work. ## Changelog: -### __WORK IN PROGRESS__ +### 3.6.0 (2021-01-28) * (Apollon77) Adjust to new automations (Routines) route * (Apollon77) Add getAllDeviceVolumes method * (Apollon77) Return relationships in getSmarthomeDevices call diff --git a/package-lock.json b/package-lock.json index a04565d0..8b945cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.5.2", + "version": "3.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7eca0a8c..abe849f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.5.2", + "version": "3.6.0", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",