Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
v3.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Aug 23, 2023
1 parent f41dce2 commit 52d453e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 54 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
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/).

## 3.2.1 (2023-08-22)
* Fix: address MQTT regressions.
* Housekeeping.

## 3.2.0 (2023-08-21)
* New feature: automation switch support. This feature is intended for automation scenarios where you have a need to bypass the very sensible security precautions HomeKit has placed on how you can automate the opening and closing of garage door openers. This feature will allow you to control the garage door opener through a switch accessory. Disabled by default, and configurable in the myQ webUI.
* Improvement: further refinements to the webUI and first run experience.
Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "homebridge-myq",
"version": "3.2.0",
"version": "3.2.1",
"displayName": "Homebridge myQ",
"description": "HomeKit integration for myQ enabled devices such as those from LiftMaster and Chamberlain.",
"author": {
Expand Down Expand Up @@ -47,11 +47,11 @@
},
"main": "dist/index.js",
"devDependencies": {
"@types/node": "20.5.1",
"@types/node": "20.5.3",
"@types/readable-stream": "4.0.1",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint": "8.47.0",
"homebridge": "1.6.1",
"nodemon": "3.0.1",
Expand Down

0 comments on commit 52d453e

Please sign in to comment.