Skip to content

Commit

Permalink
Updated version and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bropat committed May 13, 2023
1 parent 75195d6 commit 6a76eeb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](_media/eufy-security-client.png)

# eufy-security-client <small>2.6.0</small>
# eufy-security-client <small>2.6.1</small>

> 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6a76eeb

Please sign in to comment.