Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 28, 2022
1 parent b09eb72 commit ce55e61
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,29 @@ 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.2.0](https://github.com/jvandenaardweg/homebridge-itho-daalderop/compare/0.1.3...0.2.0)

- feat: use CurrentFanState characteristic [`fff0e99`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fff0e99546555729955e9343ecd362e7c01fb25a)
- test: increase coverage [`411dd1c`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/411dd1c0b388a3d45179e76f6adad690c1feedc1)
- refactor: set speed using mqtt client method [`c377c9d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c377c9d00bb3aa85021084965f1c80938f086395)
- refactor: use uuid as serial for accessory [`df01c74`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/df01c7494ec6337f7c59964d4723746707f768d8)
- docs: update readme [`c6258b0`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/c6258b0c5a1ca978ce77ec1e35e8175a744ccc2a)
- chore: code cleanup [`350ed09`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/350ed09e451c0184f1ab6c8b279f0be8388affc1)
- docs: update readme [`fdef28b`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/fdef28bd5bcfcf7e33e82f0d49f9b27a0bdb9a54)
- docs: update readme [`aedb730`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/aedb7303a33df61efb437359dad28e9a728333b9)
- refactor: only use CurrentFanState from status response [`b09eb72`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/b09eb72fbc303a75866e6ed49f6d432742cd6ecc)
- refactor: make serial number a string [`9a5bcda`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/9a5bcda22e03c2f9c3f9b24b8a15e9a22065ee57)

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

> 27 December 2022
- chore: code cleanup [`eb1f7c8`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/eb1f7c8d93aed646b3326b1a7c4a3f66596fd26b)
- feat: add verbose logging option to allow or suppress debug messages [`450573d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/450573dafdd44767180a443eec1b60c7db035b6a)
- test: increase coverage [`137933b`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/137933bb7b66bca6719994054a083f4fd5b269e8)
- refactor: code cleanup [`b117a0a`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/b117a0ab63b354d08c6b386c9d8ed53668daf9f3)
- refactor: code cleanup [`d74f4fb`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/d74f4fb281b2d04da7225ade1d4a0a122b3a0a71)
- chore: release v0.1.3 [`3f23c61`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/3f23c612fd88e692afe18b196afcd379736c67c3)

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

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.3",
"version": "0.2.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 ce55e61

Please sign in to comment.