Skip to content

Commit

Permalink
chore: release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 30, 2022
1 parent e865758 commit 14771b7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PLUGIN_VERSION = "1.1.1";
export const PLUGIN_VERSION = "1.1.2";

0 comments on commit 14771b7

Please sign in to comment.