Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 30, 2022
1 parent fc3792d commit 60e8786
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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.1](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/1.1.0...1.1.1)

- fix: vremote speed controls not working due to config changes [`fc3792d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fc3792d62f9285c8859d4bc5a1107d81ba893ea4)
- 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)

> 30 December 2022
- 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)
- chore: release v1.1.0 [`0119904`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/01199041daae4aa8c47ea8d5a630987bab4d959d)
- 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)
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.0",
"version": "1.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": {
Expand Down

0 comments on commit 60e8786

Please sign in to comment.