Skip to content

Commit

Permalink
ci(release): 1.1.3
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2025-01-20)

### Bug Fixes

* Mode changes handle passthrough state properly ([0c6b6e0](0c6b6e0))
* Prevent HomeKit from showing the wrong state due to update race condition ([2dc1155](2dc1155))
* Use last sync mode for intensity udpates when in passthrough or power save ([3f30654](3f30654))
  • Loading branch information
semantic-release-bot committed Jan 20, 2025
1 parent 0803803 commit c1049fb
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
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/jabrown93/homebridge-philips-hue-sync-box/compare/v1.1.2...v1.1.3) (2025-01-20)

### Bug Fixes

* Mode changes handle passthrough state properly ([0c6b6e0](https://github.com/jabrown93/homebridge-philips-hue-sync-box/commit/0c6b6e06c3d5f6458e306549fe7bbaaa3e01426a))
* Prevent HomeKit from showing the wrong state due to update race condition ([2dc1155](https://github.com/jabrown93/homebridge-philips-hue-sync-box/commit/2dc11552a14e6c0e3117758674aa92819eb62e43))
* Use last sync mode for intensity udpates when in passthrough or power save ([3f30654](https://github.com/jabrown93/homebridge-philips-hue-sync-box/commit/3f306540b082a065d1299c7374f52bfb5b874e28))

## [1.1.2](https://github.com/jabrown93/homebridge-philips-hue-sync-box/compare/v1.1.1...v1.1.2) (2025-01-20)

### Bug Fixes
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
Expand Up @@ -2,7 +2,7 @@
"name": "homebridge-philips-hue-sync-box",
"type": "module",
"displayName": "Philips Hue Sync Box",
"version": "1.1.2",
"version": "1.1.3",
"description": "Homebridge plugin for the Philips Hue Sync Box.",
"author": {
"name": "Jared Brown",
Expand Down

0 comments on commit c1049fb

Please sign in to comment.