diff --git a/CHANGELOG.md b/CHANGELOG.md index 339d362..8ac7c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/package-lock.json b/package-lock.json index ee2b1ce..4fc417e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-homewizard-energy-socket", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-homewizard-energy-socket", - "version": "1.4.0", + "version": "1.4.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index d474185..d2b8372 100644 --- a/package.json +++ b/package.json @@ -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": {