diff --git a/CHANGELOG.md b/CHANGELOG.md index baed1c7..ff6035d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.7.0](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.6.1...v1.7.0) (2024-08-12) + + +### Features + +* introduce runQ to avoid switch flakiness when off and on are set together and conflict with retryUntil ([#4](https://github.com/KieraDOG/homebridge-cgd-garage-door/issues/4)) ([73787c5](https://github.com/KieraDOG/homebridge-cgd-garage-door/commit/73787c5a140fa24c8645beaa48fa9c8bf8eee601)) +* runQ release ([4cdb364](https://github.com/KieraDOG/homebridge-cgd-garage-door/commit/4cdb3644e60d955d32800891c2fa54f1b07c0176)) + # [1.7.0-beta.5](https://github.com/KieraDOG/homebridge-cgd-garage-door/compare/v1.7.0-beta.4...v1.7.0-beta.5) (2024-08-12) diff --git a/package-lock.json b/package-lock.json index f2dec7e..f3a0344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-cgd-garage-door", - "version": "1.7.0-beta.5", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-cgd-garage-door", - "version": "1.7.0-beta.5", + "version": "1.7.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 5059974..b820b74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "CGD Garage Door", "name": "homebridge-cgd-garage-door", - "version": "1.7.0-beta.5", + "version": "1.7.0", "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",