diff --git a/docs/Changelog.md b/docs/Changelog.md index 8cf32ea..db15cfc 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/). +## 4.1.4 (2020-11-09) + * Reinstate compatibility with NodeJS 12. + ## 4.1.3 (2020-11-08) * More minor housekeeping and documentation updates. diff --git a/package-lock.json b/package-lock.json index 2b8ca10..d6eae39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-protect", - "version": "4.1.3", + "version": "4.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af227ea..acad36f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-protect", - "version": "4.1.3", + "version": "4.1.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": "HJD https://github.com/hjdhjd",