From 1e36d172e3e9245090b3d5b72841a4ade2c1ba80 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Thu, 16 Jul 2020 18:37:41 +0200 Subject: [PATCH] chore: release v3.2.6 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 4d1890c0..257f9f0c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Thank you for that work. ## Changelog: -### __WORK IN PROGRESS__ +### 3.2.6 (2020-07-16) * (Apollon77) update amazon-cookie library: Another try to work around Amazon changes ### 3.2.5 (2020-07-15) diff --git a/package-lock.json b/package-lock.json index 9b67a93b..67648879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.2.5", + "version": "3.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f0d62591..6720409d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alexa-remote2", - "version": "3.2.5", + "version": "3.2.6", "description": "Remote Control for amazon echo devices", "author": { "name": "Apollon77",