Skip to content

Commit

Permalink
chore: release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 11, 2022
1 parent 3324783 commit e61c810
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.2.2](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.1...1.2.2)

- fix: debug message SET handler returned write response value, though the characteristic doesnt support write response [`3324783`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/332478341bd7c8dc533be030242abfc5f0f3e8bf)

#### [1.2.1](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.0...1.2.1)

> 11 December 2022
- fix: run setAsyncCharacteristics on new instance of accessory [`5ecaa0a`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/5ecaa0af13f035fa200f9d3a794c624582168140)
- chore: release v1.2.1 [`6a03062`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/6a030623562aef42ad2656c1c91c06db14ec3dc6)
- chore: update docs on error we throw [`7ca003b`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/7ca003b3d60f8c27e331dbafd4fd866da191b7c5)
- chore: add test todo [`4c75005`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/4c750058eef637d274d538072d5e1ba4d160a627)

#### [1.2.0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.1.0...1.2.0)

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 @@
"displayName": "Homebridge HomeWizard Energy Socket",
"name": "homebridge-homewizard-energy-socket",
"type": "module",
"version": "1.2.1",
"version": "1.2.2",
"description": "This Homebridge plugin exposes your HomeWizard Energy Sockets to Apple HomeKit. So you can use the Home App to switch your Energy Sockets on or off and integrate the Energy Sockets into your Home Automations.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e61c810

Please sign in to comment.