Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 27, 2022
1 parent 45983b2 commit 7c27f1c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ 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).

#### [0.1.1](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.1.0...0.1.1)

- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`68fd9b5`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/68fd9b595592a9acbc84cee336f58c07ad55c7de)
- fix: rotation speed switching around when setting [`3ce540c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/3ce540c470fb48e5e2a4bf54717dd29e304dc1e8)
- refactor: validate config for api values [`d78df62`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/d78df62a15acd8f16cc7b085042549d69d717032)
- chore(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.47.1 [`c6f01c1`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c6f01c1873509d6e4419af86092feda0565a6261)
- chore: update dependencies [`45983b2`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/45983b27df2121ff490ab3c6e0b9377d422ba395)
- refactor: prepare code for username password setting [`a72514c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/a72514c84989fae8d38e028ad92f5fea1188d284)
- refactor: set mqtt client ids [`1d2d792`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/1d2d792d1934da25ba2860228940d195ecf4fbef)
- chore(deps-dev): bump @types/node from 18.11.17 to 18.11.18 [`da0b1a6`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/da0b1a69771bc95fb1c76510bf8e457a5a2d941c)

#### 0.1.0

> 26 December 2022
- chore: initial setup [`2f873f6`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/2f873f62c61789a13502db1267a63ac2fba638e0)
- feat: basic mqtt setup [`a1289b8`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/a1289b82996710d539396e17cafd8c973d16c5fa)
- feat: basic setup of sensors [`dc0074a`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/dc0074ab382b2581e376be17d3a60f27cc834bea)
Expand All @@ -17,6 +30,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- refactor: allow using http or mqtt [`9cb57b5`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9cb57b5b55dbce1f2a14b071138a9f7f1d6bcbc0)
- feat: only set characteristic if it changed [`aa060fd`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/aa060fdf35517736f8734181584248d012bfdad1)
- chore: fix tests [`2cbc2e3`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/2cbc2e3e14c71cf895d359a3d9fa41baf0a75eb5)
- chore: release v0.1.0 [`c5c3594`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c5c35946168976f0b78f2df193f4c3aee42f8022)
- refactor: clode cleanup [`ec98fc4`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/ec98fc41017847b1d1cfaac2351c2957445d3f8a)
- Initial commit [`921b359`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/921b35926844bc0a8be52f9d311bf1f9825c19d6)
- chore: add dependabot [`9cc9ac0`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9cc9ac03e174f20d860bf70dfe9b997ae40a4681)
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": "0.1.0",
"version": "0.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 7c27f1c

Please sign in to comment.