From ce55e613c206241e4819e0fed3a7745a5b0b0b51 Mon Sep 17 00:00:00 2001 From: Jordy van den Aardweg Date: Wed, 28 Dec 2022 09:44:18 +0100 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b526302..3b626e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,29 @@ 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). +#### [0.2.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.1.3...0.2.0) + +- feat: use CurrentFanState characteristic [`fff0e99`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fff0e99546555729955e9343ecd362e7c01fb25a) +- test: increase coverage [`411dd1c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/411dd1c0b388a3d45179e76f6adad690c1feedc1) +- refactor: set speed using mqtt client method [`c377c9d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c377c9d00bb3aa85021084965f1c80938f086395) +- refactor: use uuid as serial for accessory [`df01c74`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/df01c7494ec6337f7c59964d4723746707f768d8) +- docs: update readme [`c6258b0`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c6258b0c5a1ca978ce77ec1e35e8175a744ccc2a) +- chore: code cleanup [`350ed09`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/350ed09e451c0184f1ab6c8b279f0be8388affc1) +- docs: update readme [`fdef28b`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fdef28bd5bcfcf7e33e82f0d49f9b27a0bdb9a54) +- docs: update readme [`aedb730`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/aedb7303a33df61efb437359dad28e9a728333b9) +- refactor: only use CurrentFanState from status response [`b09eb72`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/b09eb72fbc303a75866e6ed49f6d432742cd6ecc) +- refactor: make serial number a string [`9a5bcda`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9a5bcda22e03c2f9c3f9b24b8a15e9a22065ee57) + #### [0.1.3](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.1.2...0.1.3) +> 27 December 2022 + - chore: code cleanup [`eb1f7c8`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/eb1f7c8d93aed646b3326b1a7c4a3f66596fd26b) - feat: add verbose logging option to allow or suppress debug messages [`450573d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/450573dafdd44767180a443eec1b60c7db035b6a) - test: increase coverage [`137933b`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/137933bb7b66bca6719994054a083f4fd5b269e8) - refactor: code cleanup [`b117a0a`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/b117a0ab63b354d08c6b386c9d8ed53668daf9f3) - refactor: code cleanup [`d74f4fb`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/d74f4fb281b2d04da7225ade1d4a0a122b3a0a71) +- chore: release v0.1.3 [`3f23c61`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/3f23c612fd88e692afe18b196afcd379736c67c3) #### [0.1.2](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.1.1...0.1.2) diff --git a/package-lock.json b/package-lock.json index ebc7204..69d7619 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-itho-daalderop", - "version": "0.1.3", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-itho-daalderop", - "version": "0.1.3", + "version": "0.2.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index b22a063..da0e277 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Itho Daalderop", "name": "homebridge-itho-daalderop", - "version": "0.1.3", + "version": "0.2.0", "description": "This Homebridge plugin exposes your Itho Daalderop mechanical fan unit to Apple HomeKit by using the WiFi Add-on module. So you can use the Home App to control your fan units and integrate into your Home Automations.", "license": "MIT", "author": {