Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 10, 2022
1 parent 4c75005 commit 6a03062
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 @@ -4,8 +4,16 @@ 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.1](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.0...1.2.1)

- fix: run setAsyncCharacteristics on new instance of accessory [`5ecaa0a`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/5ecaa0af13f035fa200f9d3a794c624582168140)
- 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)

> 10 December 2022
- feat: use undici fetch for http requests [`275b253`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/275b253279f8d5fbff94fe0e7f2557939b56f5a6)
- chore: restructure project [`c3ebd82`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/c3ebd82818f556501c43344553fdd761f18e9142)
- test: up the test coverage for api [`a07356c`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/a07356cce3502f9932d0eb8c14a2924c1b0d16b5)
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.0",
"version": "1.2.1",
"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 6a03062

Please sign in to comment.