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

Commit

Permalink
v3.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Oct 15, 2023
1 parent a6b15b5 commit 60d8654
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 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/).

## 3.4.3 (2023-10-15)
* Improvement: further enhancements to the robustness of our myQ connectivity.

## 3.4.2 (2023-10-12)
* Fix: myQ login shenanigans. Looks like myQ is starting to get a lot more strict on API access - let's see how things go.

Expand Down
20 changes: 10 additions & 10 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-myq",
"version": "3.4.2",
"version": "3.4.3",
"displayName": "Homebridge myQ",
"description": "HomeKit integration for myQ enabled devices such as those from LiftMaster and Chamberlain.",
"author": {
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"main": "dist/index.js",
"devDependencies": {
"@types/node": "20.8.5",
"@types/node": "20.8.6",
"@types/readable-stream": "4.0.3",
"@types/ws": "8.5.7",
"@typescript-eslint/eslint-plugin": "6.7.5",
Expand All @@ -59,7 +59,7 @@
"typescript": "5.2.2"
},
"dependencies": {
"@hjdhjd/myq": "7.5.2",
"@hjdhjd/myq": "7.6.0",
"@homebridge/plugin-ui-utils": "0.1.0",
"mqtt": "5.1.2"
}
Expand Down

0 comments on commit 60d8654

Please sign in to comment.