Skip to content

Commit

Permalink
v6.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Mar 27, 2023
1 parent 1e4794a commit 50034e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

## 6.0.1 (2023-03-26)
## 6.0.0 (2023-03-26)
* **Breaking change: several feature options have been renamed, and some have been removed or made obsolete. If you use anything other than the defaults of this plugin, you should take the time to look through the revised list of feature options. This is a major version upgrade - there are breaking changes for some users.**
* New feature: a custom webUI is now the default and preferred way to configure feature options in this plugin, using the Homebridge webUI.
Expand Down
10 changes: 8 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "6.0.0",
"version": "6.0.1",
"displayName": "Homebridge UniFi Protect",
"description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for the UniFi Protect ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
"author": {
Expand Down Expand Up @@ -65,6 +65,7 @@
},
"main": "dist/index.js",
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"ffmpeg-for-homebridge": "^0.1.4",
"mqtt": "4.3.7",
"unifi-protect": "^4.0.0",
Expand Down

0 comments on commit 50034e8

Please sign in to comment.