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

Commit

Permalink
v2.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jan 31, 2021
1 parent 1f0555e commit 96c9f97
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 147 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/).

## 2.6.2 (2021-01-31)
* Fix: lamps should now work under the new myQ API.

## 2.6.1 (2021-01-23)
* Re-release for housekeeping reasons.
* Feature: guest accounts are now formally supported. Your myQ credentials will now show all devices your login has access to.
Expand Down
212 changes: 70 additions & 142 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-myq",
"version": "2.6.1",
"version": "2.6.2",
"displayName": "Homebridge myQ",
"description": "HomeKit integration of myQ enabled devices such as those from LiftMaster and Chamberlain.",
"author": {
Expand Down Expand Up @@ -44,9 +44,9 @@
"main": "dist/index.js",
"devDependencies": {
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.19.0",
"homebridge": "^1.2.3",
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
Expand All @@ -56,7 +56,7 @@
"domexception": "^2.0.1",
"mqtt": "^4.2.6",
"node-fetch": "^3.0.0-beta.9",
"node-html-parser": "^2.0.2",
"node-html-parser": "^2.1.0",
"pkce-challenge": "^2.1.0",
"util": "^0.12.3"
}
Expand Down

0 comments on commit 96c9f97

Please sign in to comment.