Skip to content

Commit

Permalink
v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Mar 13, 2024
1 parent 8fb586d commit 5dc096f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 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/).

## 1.1.0 (2024-03-13)
* Improvement: MQTT support for doorbell status.
* Housekeeping.

## 1.0.0 (2024-03-12)
* Initial release.
* New feature: support for door relay lock devices.
Expand Down
22 changes: 11 additions & 11 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-access",
"version": "1.0.0",
"version": "1.1.0",
"displayName": "Homebridge UniFi Access",
"description": "Homebridge UniFi Access plugin providing complete HomeKit integration for the UniFi Access ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
"author": {
Expand Down Expand Up @@ -56,12 +56,12 @@
"main": "dist/index.js",
"dependencies": {
"@homebridge/plugin-ui-utils": "1.0.1",
"mqtt": "5.3.6",
"mqtt": "5.4.0",
"unifi-access": "1.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "1.6.3",
"@types/node": "20.11.26",
"@types/node": "20.11.27",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
Expand Down

0 comments on commit 5dc096f

Please sign in to comment.