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

Commit

Permalink
v2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Sep 19, 2020
1 parent c0f3aec commit 59a627c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.0 (2020-09-19)
* Support for myQ-enabled lights, lamps, and switches.

## 2.2.2 (2020-09-16)
* Support self-signed TLS certificates for MQTT brokers.

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-myq",
"version": "2.2.2",
"version": "2.3.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 @@ -52,7 +52,7 @@
"eslint": "^7.9.0",
"homebridge": "^1.2.2",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"dependencies": {
"@types/node-fetch": "^2.5.7",
Expand Down

0 comments on commit 59a627c

Please sign in to comment.