From 13574534e06c42b8b1b08ba21db04dee3d3178f0 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Fri, 11 Dec 2020 09:08:16 +0100 Subject: [PATCH] chore: release v3.4.0 add support for textCommand - tell an Alexa device a text as you would speak it --- 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 9bc6098f..2794b832 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Thank you for that work. ## Changelog: -### __WORK IN PROGRESS__ +### 3.4.0 (2020-12-11) * (Apollon77) add support for textCommand - tell an Alexa device a text as you would speak it ### 3.3.3 (2020-12-03) diff --git a/package-lock.json b/package-lock.json index 30ca8f40..97532254 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.3.3", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d498316..7a1f4924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.3.3", + "version": "3.4.0", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",