From 3e132dcabebaeb7ea262a366cb4af46ec2532574 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Tue, 16 Apr 2024 21:30:38 +0200 Subject: [PATCH] chore: release v7.0.4 * (Apollon77) Adjust Activity Record query to Amazon changes * (NebzHB) fix missing amazonPage reference instead of amazon.de --- 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 95e04a3..5215cc3 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,7 @@ Thank you for that work. * docu docu docu (sorry ... will come) ## Changelog: - -### __WORK IN PROGRESS__ +### 7.0.4 (2024-04-16) * (Apollon77) Adjust Activity Record query to Amazon changes * (NebzHB) fix missing amazonPage reference instead of amazon.de diff --git a/package-lock.json b/package-lock.json index b7c4b85..ec0fa44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alexa-remote2", - "version": "7.0.3", + "version": "7.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "alexa-remote2", - "version": "7.0.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "alexa-cookie2": "^5.0.2", diff --git a/package.json b/package.json index 886341a..17b5573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "7.0.3", + "version": "7.0.4", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",