Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 30, 2022
1 parent 9fb1d1c commit 0119904
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.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": {
Expand Down

0 comments on commit 0119904

Please sign in to comment.