Skip to content

Commit

Permalink
v6.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Apr 3, 2023
1 parent 07f3c81 commit 63110ba
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 47 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/).

## 6.2.2 (2023-04-03)
* Fix: really ensure MQTT notifications use the correct MAC addresses when publishing messages.

## 6.2.1 (2023-04-02)
* Fix: make codec detection more robust across platforms.

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.2.1",
"version": "6.2.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.11",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"homebridge": "=1.5.1",
"nodemon": "^2.0.22",
Expand Down

0 comments on commit 63110ba

Please sign in to comment.