Skip to content

Commit

Permalink
v4.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jan 2, 2021
1 parent 0dc2786 commit df8d91c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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/).

## 4.3.4 (2021-01-02)
* Selectively enable additional logging when needed to troubleshoot startup issues.

## 4.3.3 (2021-01-01)
* More housekeeping.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "4.3.3",
"version": "4.3.4",
"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": {
Expand All @@ -17,7 +17,7 @@
"url": "http://github.com/hjdhjd/homebridge-unifi-protect/issues"
},
"engines": {
"homebridge": "^1.1.3",
"homebridge": ">=1.1.3",
"node": ">=12.20.0"
},
"keywords": [
Expand Down

0 comments on commit df8d91c

Please sign in to comment.