Skip to content

Commit

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

- test: increase test coverage on fan accessory [`2a0f6ae`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/2a0f6ae69be722ecf7e97f7d3a2f7f4f93adb069)
- test: increase test coverage on fan accessory [`49f5940`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/49f5940fcaa029f0dd3df37cae43618078e5f959)
- feat: use ReqFanspeed for non-cve devices [`d8e1a35`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/d8e1a35aacc37ecc87f4a9f882db8f7a10b4beb4)
- docs: update on actual mode 24 auto mode [`75a45a7`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/75a45a76d205ae6f112a00df7d063b066f4d6c81)
- docs: improve example config in readme [`3eb18f0`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/3eb18f0d65e3a15df11af9bb5989d411e8731f7e)
- docs: improve example config in readme [`0214157`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/0214157317ba4d395bd2470b13bfd07c01e31feb)
- docs: improve readme [`7f02418`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/7f02418637d5c157fa84093b2edd804b2f508804)
- docs: reverted improve example config in readme [`db0122d`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/db0122dc27204f13235b4ce8359c11adffb0cda1)
- docs: improve example config in readme [`6363e25`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/6363e25528096cacbd40ece6878c5c46969a05e3)

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

> 30 December 2022
- docs: update docs on api utils [`550ce57`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/550ce573f7df265fc749a7cb27dce9e44da8f1c2)
- chore: release v1.1.2 [`14771b7`](https://github.com/jvandenaardweg/homebridge-itho-daalderop/commit/14771b7651b7a0476a67cb44763bafcfcf07e21a)
- 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)
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.2",
"version": "1.1.3",
"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.2";
export const PLUGIN_VERSION = "1.1.3";

0 comments on commit f510c02

Please sign in to comment.