From b79a3978c08a470a8ed872a8a1543a18af38455b Mon Sep 17 00:00:00 2001 From: HJD Date: Thu, 27 Aug 2020 14:51:07 -0500 Subject: [PATCH] v3.5.1. --- docs/Changelog.md | 3 +++ package-lock.json | 6 +++--- package.json | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index d6fb1bb..169a27c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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.5.1 (2020-08-27) + * Minor fixes and address a potential ffmpeg edge case. + ## 3.5.0 (2020-08-26) * New feature: Two-way audio support for doorbells and cameras that support it. For those who have G4 Doorbells, you now have the ability to use two-way audio...with a catch. Automatic echo cancellation (AEC) is unavailable which means you'll hear your own voice. [Read more here](https://github.com/hjdhjd/homebridge-unifi-protect2/blob/master/docs/Doorbell.md#doorbell-twoway). Note: this support is untested on the UniFi Protect G3 Mini, but I expect it should work given the consistency in Ubiquiti's implementation. Enjoy. :smile: * Enhancement: Improved default network interface detection. diff --git a/package-lock.json b/package-lock.json index cf5e146..edebb92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,9 +71,9 @@ "dev": true }, "@types/node": { - "version": "14.6.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.6.0.tgz", - "integrity": "sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA==", + "version": "14.6.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.6.1.tgz", + "integrity": "sha512-HnYlg/BRF8uC1FyKRFZwRaCPTPYKa+6I8QiUZFLredaGOou481cgFS4wKRFyKvQtX8xudqkSdBczJHIYSQYKrQ==", "dev": true }, "@types/node-fetch": { diff --git a/package.json b/package.json index 6fa43f9..a0455f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-protect2", - "version": "3.5.0", + "version": "3.5.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", @@ -66,7 +66,7 @@ "main": "dist/index.js", "devDependencies": { "@types/ip": "^1.1.0", - "@types/node": "^14.6.0", + "@types/node": "^14.6.1", "@types/node-fetch": "^2.5.7", "@types/ws": "^7.2.6", "@typescript-eslint/eslint-plugin": "^3.10.1",