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

Commit

Permalink
v2.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Nov 22, 2020
1 parent 656be8e commit 78586e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.5 (2020-11-22)
* Housekeeping.

## 2.3.4 (2020-11-22)
* Dependency updates.

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.

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.3.4",
"version": "2.3.5",
"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 @@ -34,7 +34,7 @@
"lint": "eslint src/**.ts",
"postpublish": "npm run clean",
"prepublishOnly": "npm run lint && npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "exit 0",
"watch": "npm run build && npm link && nodemon"
},
"files": [
Expand Down

0 comments on commit 78586e6

Please sign in to comment.