From 14771b7651b7a0476a67cb44763bafcfcf07e21a Mon Sep 17 00:00:00 2001 From: Jordy van den Aardweg Date: Fri, 30 Dec 2022 14:42:04 +0100 Subject: [PATCH] chore: release v1.1.2 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82d6ec..a146331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,23 @@ 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.1.2](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/1.1.1...1.1.2) + +- docs: update docs on api utils [`550ce57`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/550ce573f7df265fc749a7cb27dce9e44da8f1c2) +- test: increase test coverage on config.schema [`354326d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/354326dd5f7b0a3b08a4014fd3f452996f3cb5bb) +- chore: update issue templates [`f405f8e`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/f405f8e828cbfcb7e75f5fbe61038f4cbf58d75e) +- refactor: set version of package on build in dist files [`ffee695`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/ffee69535ac7cf3f5cd6c43e00f65fb928ea593d) +- chore: set version on after:bump [`e865758`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/e8657580d1169fc9dd98bb8185ebc5f44cd775d2) +- docs: improve readme on configuring plugin [`fb5b2df`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fb5b2dfe135dcb7c06f621e4873ddc82148054e1) +- docs: remove typo [`ecfedd2`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/ecfedd29c9739315676d3ac059cb2fdd5b8e61ac) +- docs: clarify setProps on rotation speed [`a77713c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/a77713cd9e190bb288dbc3df97d09a770d0dca44) + #### [1.1.1](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/1.1.0...1.1.1) +> 30 December 2022 + - fix: vremote speed controls not working due to config changes [`fc3792d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fc3792d62f9285c8859d4bc5a1107d81ba893ea4) +- chore: release v1.1.1 [`60e8786`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/60e878623ad75c68787f09047dea83f1516c7104) - docs: update readme about speed control [`d66d296`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/d66d296db920105a488df12f3d2801dee290a25d) #### [1.1.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/1.0.0...1.1.0) diff --git a/package-lock.json b/package-lock.json index eaff099..588ed0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-itho-daalderop", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-itho-daalderop", - "version": "1.1.1", + "version": "1.1.2", "funding": [ { "type": "github", diff --git a/package.json b/package.json index b8aa483..0af13e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Itho Daalderop", "name": "homebridge-itho-daalderop", - "version": "1.1.1", + "version": "1.1.2", "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": { diff --git a/src/version.ts b/src/version.ts index 4448aa8..5db90ae 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const PLUGIN_VERSION = "1.1.1"; +export const PLUGIN_VERSION = "1.1.2";