From 78586e6f2d64fdef813eccbada0e768c84bd87bf Mon Sep 17 00:00:00 2001 From: HJD Date: Sun, 22 Nov 2020 13:53:18 -0600 Subject: [PATCH] v2.3.5. --- docs/Changelog.md | 3 +++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index c554ec6..c0b711f 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 92d4a87..70429fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-myq", - "version": "2.3.4", + "version": "2.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69f4a9e..2017e43 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": [