From 1d12fd694f216060a62c59f24177a7626fbbb2b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Aug 2024 00:56:53 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.1.0...v1.1.1) (2024-08-01) ### Bug Fixes * homebridge verification request ([c298258](https://github.com/KieraDOG/homebridge-cgd-garage-door/commit/c2982585c5beed40bbbc11363d49698c9ab6beb5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b953996..a4bb344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.1.0...v1.1.1) (2024-08-01) + + +### Bug Fixes + +* homebridge verification request ([c298258](https://github.com/KieraDOG/homebridge-cgd-garage-door/commit/c2982585c5beed40bbbc11363d49698c9ab6beb5)) + # [1.1.0](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.0.1...v1.1.0) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index 99fa2f9..615ec9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-cgd-garage-door", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-cgd-garage-door", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", @@ -26,7 +26,7 @@ }, "engines": { "homebridge": "^1.6.0", - "node": "^21.0.0" + "node": "^20.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index fbb938d..d484dd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "CGD Garage Door", "name": "homebridge-cgd-garage-door", - "version": "1.1.0", + "version": "1.1.1", "description": "A Homebridge plugin to control Centurion Garage Doors using the official Centurion Garage Door Smartphone App integration. This plugin allows you to open, close, and monitor the status of your Centurion Garage Door, control the Lock Mode, and turn the lights on and off.", "homepage": "https://github.com/KieraDOG/homebridge-cgd-garage-door", "license": "MIT",