From 01199041daae4aa8c47ea8d5a630987bab4d959d Mon Sep 17 00:00:00 2001 From: Jordy van den Aardweg Date: Fri, 30 Dec 2022 12:56:25 +0100 Subject: [PATCH] chore: release v1.1.0 --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0554d0d..a17ffb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ 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.0.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.3.0...1.0.0) +#### [1.1.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/1.0.0...1.1.0) +- feat: add better support for non-cve devices [`9fb1d1c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9fb1d1c96f81fa8eb29cf6c9a69550fc507b6277) +- refactor: getRotationSpeedForVirtualRemoteCommand to getRotationSpeedFromFanInfo [`93e429a`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/93e429ac4a556c2e31ecbd52cee6d22a63ab3a20) +- test: increase test coverage on config.schema [`9c48435`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9c48435168e71c6e99309a61f51fa3b8f0801ffc) +- refactor: move types around and handle auto faninfo [`c20b897`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c20b8972c33061dbc962adbb5235eca441a45d99) +- test: increase test coverage on config schema [`09c32dd`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/09c32dd815ac0cbea66e6e074b24ddbe019c4699) +- refactor: handle auto faninfo [`3bacbfd`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/3bacbfde80199b4908fd49a7af814e10f6395d97) +- docs: update readme about mqtt [`3136399`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/31363992da05b75d239009d282c0263e2b81d5f5) +- chore: improve description on username and password [`3eeeb9d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/3eeeb9dc159166dc39d35832bcac6fcc66eca5d4) + +### [1.0.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.3.0...1.0.0) + +> 30 December 2022 + +- chore: release v1.0.0 [`c230fce`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c230fce76d935c0150dd43bce6b1834d3cf308e5) - docs: update readme [`464493c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/464493c43380e5796595c4be82dba0094def2a30) - docs: update readme [`f98132e`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/f98132e94efbb01ddfa99dff3db3cb5c8e66b3e7) - docs: update readme [`041b501`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/041b50133e8f3d4e7eac832b023e556fb8564edd) diff --git a/package-lock.json b/package-lock.json index 257273e..2419ab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-itho-daalderop", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-itho-daalderop", - "version": "1.0.0", + "version": "1.1.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index d996500..c6f398a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Itho Daalderop", "name": "homebridge-itho-daalderop", - "version": "1.0.0", + "version": "1.1.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": {