Skip to content

Commit

Permalink
v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Mar 16, 2024
1 parent f039435 commit ab8f4af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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/).

## 1.2.1 (2024-03-16)
* Housekeeping.

## 1.2.0 (2024-03-15)
* New feature: automation switch support for locks, primarily intended for automation scenarios.
* Housekeeping.
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-access",
"version": "1.2.0",
"version": "1.2.1",
"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 @@ -57,7 +57,7 @@
"dependencies": {
"@homebridge/plugin-ui-utils": "1.0.1",
"mqtt": "5.4.0",
"unifi-access": "1.0.0"
"unifi-access": "1.0.2"
},
"devDependencies": {
"@stylistic/eslint-plugin": "1.7.0",
Expand Down

0 comments on commit ab8f4af

Please sign in to comment.