Skip to content

Commit

Permalink
v3.7.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Oct 10, 2020
1 parent 3074415 commit 3478949
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 22 deletions.
3 changes: 3 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 3.7.9 (2020-10-10)
* Housekeeping updates and minor optimizations.

## 3.7.8 (2020-10-02)
* Enhancement: streamlined handling when Protect devices become unavailable.
* Fix: workaround a limitation in Homebridge where it doesn't notify us of a video stream disappearing. This will hopefully be addressed in a future Homebridge release.
Expand Down
32 changes: 13 additions & 19 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "3.7.8",
"version": "3.7.9",
"displayName": "Homebridge UniFi Protect",
"description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
"author": "HJD https://github.com/hjdhjd",
Expand Down Expand Up @@ -68,12 +68,12 @@
"main": "dist/index.js",
"devDependencies": {
"@types/ip": "^1.1.0",
"@types/node": "^14.11.5",
"@types/node": "^14.11.8",
"@types/node-fetch": "^2.5.7",
"@types/ws": "^7.2.7",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint": "^7.11.0",
"homebridge": "^1.1.6",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"
Expand Down

0 comments on commit 3478949

Please sign in to comment.