From 7c27f1cd3a8e827d923cfe3b5e5e035275659a1e Mon Sep 17 00:00:00 2001 From: Jordy van den Aardweg Date: Tue, 27 Dec 2022 08:31:26 +0100 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ccdabf..2ea59c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ 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.1.1](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.1.0...0.1.1) + +- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`68fd9b5`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/68fd9b595592a9acbc84cee336f58c07ad55c7de) +- fix: rotation speed switching around when setting [`3ce540c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/3ce540c470fb48e5e2a4bf54717dd29e304dc1e8) +- refactor: validate config for api values [`d78df62`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/d78df62a15acd8f16cc7b085042549d69d717032) +- chore(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1 [`c6f01c1`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c6f01c1873509d6e4419af86092feda0565a6261) +- chore: update dependencies [`45983b2`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/45983b27df2121ff490ab3c6e0b9377d422ba395) +- refactor: prepare code for username password setting [`a72514c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/a72514c84989fae8d38e028ad92f5fea1188d284) +- refactor: set mqtt client ids [`1d2d792`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/1d2d792d1934da25ba2860228940d195ecf4fbef) +- chore(deps-dev): bump @types/node from 18.11.17 to 18.11.18 [`da0b1a6`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/da0b1a69771bc95fb1c76510bf8e457a5a2d941c) + #### 0.1.0 +> 26 December 2022 + - chore: initial setup [`2f873f6`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/2f873f62c61789a13502db1267a63ac2fba638e0) - feat: basic mqtt setup [`a1289b8`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/a1289b82996710d539396e17cafd8c973d16c5fa) - feat: basic setup of sensors [`dc0074a`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/dc0074ab382b2581e376be17d3a60f27cc834bea) @@ -17,6 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - refactor: allow using http or mqtt [`9cb57b5`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9cb57b5b55dbce1f2a14b071138a9f7f1d6bcbc0) - feat: only set characteristic if it changed [`aa060fd`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/aa060fdf35517736f8734181584248d012bfdad1) - chore: fix tests [`2cbc2e3`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/2cbc2e3e14c71cf895d359a3d9fa41baf0a75eb5) +- chore: release v0.1.0 [`c5c3594`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c5c35946168976f0b78f2df193f4c3aee42f8022) - refactor: clode cleanup [`ec98fc4`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/ec98fc41017847b1d1cfaac2351c2957445d3f8a) - Initial commit [`921b359`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/921b35926844bc0a8be52f9d311bf1f9825c19d6) - chore: add dependabot [`9cc9ac0`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9cc9ac03e174f20d860bf70dfe9b997ae40a4681) diff --git a/package-lock.json b/package-lock.json index e04d8c3..de2f7fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-itho-daalderop", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-itho-daalderop", - "version": "0.1.0", + "version": "0.1.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 85c5118..3f25217 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Itho Daalderop", "name": "homebridge-itho-daalderop", - "version": "0.1.0", + "version": "0.1.1", "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": {