Skip to content

Commit

Permalink
chore: release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 20, 2022
1 parent 085c3cd commit dfc32f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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.4.1](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.4.0...1.4.1)

- chore: update dependencies [`085c3cd`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/085c3cd632f38064f9d859ea99ee12e1a0969fdb)
- fix: only set outletinuse in sync method when theres a state update [`32ae7f6`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/32ae7f6376f566ac963a308e8e241513f907c2e9)
- chore: cleanup code [`4a9558a`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/4a9558a8e4cf00b7f9d892293b1d564436ddf8c6)
- docs: update shields in readme [`fbec3a0`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/fbec3a0652aeeaddb1a718adf38a9da2f455d11b)
- docs: update readme [`1731045`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/17310454b4e2fd2aa1d6ec1c497a59dc0cc99291)

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

> 19 December 2022
- chore: update dependencies [`7963a8d`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/7963a8df38d00061b09acbae0f2ae89404c1c2cd)
- feat: add config options to use OutletInUse [`4d08312`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/4d0831290e34e07c4301aa989aa535484c0b752f)
- refactor: use schema validation using zod to check if config is valid [`4fa05c8`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/4fa05c887696549270ff8055acc2bdd5ff099b49)
Expand All @@ -20,6 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 [`cac8161`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/cac816126d0b34988407e155b3f0dba89a055800)
- refactor: throw different error on api response [`ac624de`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/ac624de64c4c06d7b594caef6deb04874851e951)
- test: full test coverage of api [`3dde486`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/3dde486f370f2c7f2e3f934678db2ce79b80f489)
- chore: release v1.4.0 [`f3deb77`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/f3deb77b9e6c2415920a8621c8b29274525f2714)
- feat: keep OutletInUse characteristic in sync with On if outletInUse config is not set [`212a439`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/212a4390c22aabf19a9b6d33179541f0b434871d)
- feat: use polling from homewizard-energy-api [`bfc4006`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/bfc4006e344c0f0d37580d9310397abfce11a67e)
- test: make use of api class simpler [`81c2635`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/81c2635ec8e2248793833078f9aa83dc461fa5f5)
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": "Homebridge HomeWizard Energy Socket",
"name": "homebridge-homewizard-energy-socket",
"version": "1.4.0",
"version": "1.4.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",
"author": {
Expand Down

0 comments on commit dfc32f9

Please sign in to comment.