From de1bc60a6e33abb3bf4cc85d4b0fb97f1ec301f0 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Wed, 15 Jul 2020 00:20:33 +0200 Subject: [PATCH] chore: release v3.2.4 update amazon-cookie library: Another try to work around Amazon changes --- 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 4163fc94..0c00f342 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Thank you for that work. ## Changelog: -### __WORK IN PROGRESS__ +### 3.2.4 (2020-07-15) * (Apollon77) update amazon-cookie library: Another try to work around Amazon changes ### 3.2.3 (2020-07-13) diff --git a/package-lock.json b/package-lock.json index 4ae44c9a..6216cee4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.2.3", + "version": "3.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a6af1f5..948edf5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.2.3", + "version": "3.2.4", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",