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",