Skip to content

Commit

Permalink
v3.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 4, 2020
1 parent c6edddd commit 0ebbb28
Show file tree
Hide file tree
Showing 3 changed files with 10 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/).

## 3.6.1
* Update to support older versions of Node.

## 3.6.0
* **This version requires homebridge 1.1.3 or greater. Video streaming will not work unless you upgrade your homebridge version.** The updated version of homebridge resolves a long-standing issue relating to those who can get snapshots but not stream video. The source of the issue is related to network interface and IP address confusion that should now be resolved.
* New feature: Motion trigger switches. You can automate the triggering of a motion event. See the new `MotionTrigger` [feature option](https://github.com/hjdhjd/homebridge-unifi-protect2/blob/master/docs/FeatureOptions.md) for details.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect2",
"version": "3.6.0",
"version": "3.6.1",
"displayName": "Homebridge UniFi Protect",
"description": "Complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, and multiple controllers.",
"author": "HJD https://github.com/hjdhjd",
Expand Down
8 changes: 6 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2018",
"module": "commonjs",
"lib": [
"ES2020",
"ES2015",
"ES2016",
"ES2017",
"ES2018",
"ES2019",
"dom"
],
"sourceMap": true,
Expand Down

0 comments on commit 0ebbb28

Please sign in to comment.