From 6a76eebce224499762325ffcf5c3a4d615a7d27b Mon Sep 17 00:00:00 2001 From: bropat Date: Sat, 13 May 2023 17:58:16 +0200 Subject: [PATCH] Updated version and docs --- README.md | 6 ++++++ docs/_coverpage.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5555ceed..3288ce24 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,12 @@ Please use GitHub issues for this. ## Changelog +### 2.6.1 (2023-05-13) + +* (bropat) Fixed an issue that caused the event "livestream started" to be emit twice +* (bropat) Added some missing properties (package detection) for doorbell solo (T8203) +* (bropat) Migrated from dependency protobuf-typescript to protobufjs + ### 2.6.0 (2023-05-12) * (bropat) Implemented access to local event history (database on station) diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 58816109..ea43f7fe 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](_media/eufy-security-client.png) -# eufy-security-client 2.6.0 +# eufy-security-client 2.6.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 0903d887..be0a89fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eufy-security-client", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eufy-security-client", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "dependencies": { "@cospired/i18n-iso-languages": "^4.1.0", diff --git a/package.json b/package.json index 4ea5926b..fe44a9a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eufy-security-client", - "version": "2.6.0", + "version": "2.6.1", "description": "Client to comunicate with Eufy-Security devices", "author": { "name": "bropat",