Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](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](#4)) ([73787c5](73787c5))
* runQ release ([4cdb364](4cdb364))
  • Loading branch information
semantic-release-bot committed Aug 12, 2024
1 parent 4cdb364 commit 4700d86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4700d86

Please sign in to comment.