From 516a79ea756971aa2d7fef89cd9564303fce995a Mon Sep 17 00:00:00 2001 From: bropat Date: Sat, 4 Nov 2023 20:12:44 +0100 Subject: [PATCH] Incremented version Updated docs and readme --- README.md | 4 ++++ docs/_coverpage.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3a0568d..fa987b6e 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ Please use GitHub issues for this. ## Changelog +### 2.9.1 (2023-11-04) + +* (bropat) Fixed data decryption for p2p command responses + ### 2.9.0 (2023-11-04) * (bropat) **Breaking Change** Requires node version >= 18.0.0 diff --git a/docs/_coverpage.md b/docs/_coverpage.md index ed734c4d..db11bd72 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](_media/eufy-security-client.png) -# eufy-security-client 2.9.0 +# eufy-security-client 2.9.1 > This shared library allows to control [Eufy security devices](https://us.eufylife.com/collections/security) by connecting to the Eufy cloud servers and local/remote stations over p2p diff --git a/package-lock.json b/package-lock.json index de7df43a..5c9b7d0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eufy-security-client", - "version": "2.9.0", + "version": "2.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eufy-security-client", - "version": "2.9.0", + "version": "2.9.1", "license": "MIT", "dependencies": { "@cospired/i18n-iso-languages": "^4.1.0", diff --git a/package.json b/package.json index da8ac608..08dc9779 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eufy-security-client", - "version": "2.9.0", + "version": "2.9.1", "description": "Client to comunicate with Eufy-Security devices", "author": { "name": "bropat",