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

Commit

Permalink
v2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Dec 22, 2020
1 parent c030c09 commit 9a09436
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 121 deletions.
5 changes: 4 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 2.3.7 (2020-12-16)
## 2.4.0 (2020-12-21)
* Feature: future-proofing against potential API issues allowing users to override the user agent, when needed.

## 2.3.7 (2020-12-18)
* myQ API changes broke things...again...so we fix them...again! The initial login request changed ever so slightly.

## 2.3.6 (2020-12-16)
Expand Down
160 changes: 44 additions & 116 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-myq",
"version": "2.3.7",
"version": "2.4.0",
"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 @@ -47,9 +47,9 @@
"main": "dist/index.js",
"devDependencies": {
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"eslint": "^7.16.0",
"homebridge": "^1.2.3",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
Expand Down

0 comments on commit 9a09436

Please sign in to comment.