diff --git a/CHANGELOG.md b/CHANGELOG.md index b8db268..61ddcf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.0.0...v1.0.1) (2024-08-01) + + +### Bug Fixes + +* stop bind event handler in configureAccessory and add missing config check ([#2](https://github.com/KieraDOG/homebridge-cgd-garage-door/issues/2)) ([d6ffaf7](https://github.com/KieraDOG/homebridge-cgd-garage-door/commit/d6ffaf7a1687fbe23c6150d41fdf50ce815939ea)) + # 1.0.0 (2024-07-31) diff --git a/package-lock.json b/package-lock.json index e0fe238..370c5c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-cgd-garage-door", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-cgd-garage-door", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 6af9813..5eca2e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "CGD Garage Door", "name": "homebridge-cgd-garage-door", - "version": "1.0.0", + "version": "1.0.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.", "license": "MIT", "repository": {