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

Commit

Permalink
v2.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Nov 22, 2020
1 parent 61886d1 commit 8b49bbc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 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.3.4 (2020-11-22)
* Dependency updates.

## 2.3.3 (2020-11-01)
* Workaround for occasional HomeKit quirks in garage door notifications. This should result in more robust (and less quirky) notification behavior when you open and close garage doors.
* Minor housekeeping and dependency updates.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-myq",
"version": "2.3.3",
"version": "2.3.4",
"displayName": "Homebridge myQ",
"description": "HomeKit integration of myQ enabled devices such as those from LiftMaster and Chamberlain.",
"author": "HJD https://github.com/hjdhjd",
Expand Down Expand Up @@ -46,17 +46,17 @@
],
"main": "dist/index.js",
"devDependencies": {
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.12.1",
"@types/node": "^14.14.9",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"homebridge": "^1.2.3",
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
},
"dependencies": {
"domexception": "^2.0.1",
"mqtt": "^4.2.4",
"mqtt": "^4.2.5",
"node-fetch": "^3.0.0-beta.9",
"util": "^0.12.3"
}
Expand Down

0 comments on commit 8b49bbc

Please sign in to comment.