Skip to content

Commit

Permalink
v6.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Mar 27, 2023
1 parent b4d249b commit 889467d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 47 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 6.0.2 (2023-03-27)
* Bugfixes for the webUI when no options are selected.
* Bugfixes for the NVR temperature sensor accessory.

## 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.**
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "6.0.1",
"version": "6.0.2",
"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 @@ -75,8 +75,8 @@
"@types/ip": "^1.1.0",
"@types/node": "^18.15.10",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"homebridge": "=1.5.1",
"nodemon": "^2.0.22",
Expand Down

0 comments on commit 889467d

Please sign in to comment.