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

Commit

Permalink
v2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 16, 2020
1 parent 945f9c0 commit ac7a629
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.2.2 (2020-09-16)
* Support self-signed TLS certificates for MQTT brokers.

## 2.2.1 (2020-09-14)
* Feature: MQTT support. Read the [MQTT documentation](https://github.com/hjdhjd/homebridge-myq/blob/master/docs/MQTT.md) for more information.
* Improved responsiveness when we know certain events are happening.
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.2.1",
"version": "2.2.2",
"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,11 +46,11 @@
],
"main": "dist/index.js",
"devDependencies": {
"@types/node": "^14.10.1",
"@types/node": "^14.10.2",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"homebridge": "^1.2.0",
"homebridge": "^1.2.2",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
},
Expand Down

0 comments on commit ac7a629

Please sign in to comment.