Skip to content

Commit

Permalink
chore: release v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 12, 2022
1 parent 1c9cbdf commit 1bc912e
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 13 deletions.
138 changes: 128 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,131 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.2.6](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.5...1.2.6)

- chore: reset changelog to how it was [`1c9cbdf`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/1c9cbdf350f872104e45ceac435a8b5bdc30fbbb)

#### [1.2.5](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.4...1.2.5)

> 12 December 2022
- refactor: get firmware version before setting up accessory [`f962321`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/f962321504ff39df6b3de7771dc9c9ca1a4a38c9)
- chore(deps-dev): bump @typescript-eslint/parser from 5.45.0 to 5.46.0 [`cc9fd33`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/cc9fd33580ca9884f8b804c4c3fa885d580c0fc8)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`7e04dea`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/7e04dea7633f5f9bd20b02c8a6e7618efa1082db)
- test: restructure mocks [`e2ed952`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/e2ed952660ee78b9ab6c5d4d7950fbf6405d7274)
- chore(deps-dev): bump @vitest/coverage-c8 from 0.25.6 to 0.25.7 [`9f186d8`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/9f186d850b562553dc64d6b2f52e7e10ae7720b4)
- chore: update readme [`838668e`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/838668efb7817afe5727dd6c40a81bfaabb1b89d)
- chore(deps-dev): bump prettier from 2.8.0 to 2.8.1 [`146d77d`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/146d77d7e289c6930e45b5f98a623a98fe5749a9)
- chore(deps-dev): bump @types/node from 18.11.10 to 18.11.13 [`45b79a7`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/45b79a7eff8e08b6ae8f51798cd7653293fdb4fe)
- fix: changelog.md missing commits [`e366257`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/e366257ff1543a85166efae2a4931173e528b01b)
- chore: improve debug logging [`39eb7e2`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/39eb7e21623428e7202430b5e59874a6d75f7a28)
- feat: set default bridge name [`250d4cb`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/250d4cb53e6e988904bfe22560abe1b1088f980e)
- chore: update readme [`e51573b`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/e51573bbd28fd88d0fcb23b458de4e46f846e98a)
- chore: update readme [`ec0cca1`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/ec0cca15bb32c8799d1e7f32c042cca489d606f7)

#### [1.2.4](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.3...1.2.4)

> 11 December 2022
- chore: release v1.2.4 [`81dbdc1`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/81dbdc1d15e9cbe8fc1aed99ffd8ae7171182222)
- fix: show proper info log on state updates [`45e3fc3`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/45e3fc33cd3c58135ec6f4029025cb205837dbb9)

#### [1.2.3](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.2...1.2.3)

> 11 December 2022
- chore: release v1.2.3 [`ce54646`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/ce54646c95826660e19888d4e312e85b19a4d20f)
- chore: run lint and type check on pretest [`26f8826`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/26f88268a564552f1bdecf7727479913f9873710)
- chore: only run test on pre-commit [`1b50e0a`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/1b50e0a593741aeff9b8312c6ed705f2d7fe556a)

#### [1.2.2](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.1...1.2.2)

> 11 December 2022
- chore: release v1.2.2 [`e61c810`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/e61c810bdc37484e18ec94c8f1f01532f0e7d639)
- fix: debug message SET handler returned write response value, though the characteristic doesnt support write response [`3324783`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/332478341bd7c8dc533be030242abfc5f0f3e8bf)

#### [1.2.1](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.2.0...1.2.1)

> 11 December 2022
- fix: run setAsyncCharacteristics on new instance of accessory [`5ecaa0a`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/5ecaa0af13f035fa200f9d3a794c624582168140)
- chore: release v1.2.1 [`6a03062`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/6a030623562aef42ad2656c1c91c06db14ec3dc6)
- chore: update docs on error we throw [`7ca003b`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/7ca003b3d60f8c27e331dbafd4fd866da191b7c5)

#### [1.2.0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.1.0...1.2.0)

> 10 December 2022
- feat: use undici fetch for http requests [`275b253`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/275b253279f8d5fbff94fe0e7f2557939b56f5a6)
- chore: restructure project [`c3ebd82`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/c3ebd82818f556501c43344553fdd761f18e9142)
- test: up the test coverage for api [`a07356c`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/a07356cce3502f9932d0eb8c14a2924c1b0d16b5)

#### [1.1.0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.9...1.1.0)

> 6 December 2022
- refactor: remove jest references, we use vitest [`04dacc9`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/04dacc98d89376de8b4830f93cbd9f040ce30102)
- refactor: use as esm module to allow latest version of node-fetch to be used [`7496aca`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/7496aca2997c8d9972b80e612f12ee79da841bb5)
- test: mock api endpoints and let unit tests use those endpoints [`6082fb3`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/6082fb3dd823cd9b17c807e15e9f83274915f3f4)

#### [1.0.9](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.8...1.0.9)

> 4 December 2022
- chore: release v1.0.9 [`588df3e`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/588df3e8d9a70ba1f9abf01e728740b3e7cd7dca)
- feat: also use plugin name on platform [`ec35e40`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/ec35e40322520571c583119c407d8bd5f85cd61d)
- feat: rename platform name [`6b4161a`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/6b4161a1b169e5b37f852a889c8b541577fe11b8)

#### [1.0.8](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.7...1.0.8)

> 4 December 2022
- fix: issue where plugin is not registered properly [`3f12bde`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/3f12bde28ac82d4d64b80cbb58041202c8de7acb)
- chore: release v1.0.8 [`1fd5424`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/1fd5424b821dd99bbc3f607afc239768a2528f25)

#### [1.0.7](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.6...1.0.7)

> 4 December 2022
- chore: release v1.0.7 [`77ab600`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/77ab6004e7c17d2eeeea2f2c9a483cbda5128b09)
- chore: move around some settings [`c9492aa`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/c9492aaab5db18be642d01718d0d330fd2aa5dc5)

#### [1.0.6](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.5...1.0.6)

> 4 December 2022
- chore: release v1.0.6 [`12a182f`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/12a182f62be55f6afdab1161d93d96a102a14e63)
- feat: change config property name [`460be45`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/460be45d0708aea0311019f96da9ef0540b31a50)

#### [1.0.5](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.4...1.0.5)

> 4 December 2022
- feat: rename to homewizard energy socket [`a14189b`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/a14189b4b0940aa6f94736045f47b3e31c455ed7)
- chore: release v1.0.5 [`3b92ac3`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/3b92ac350d01b97b7f337f8bdf830c356e8a8f8e)
- chore: update readme [`2584910`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/2584910fc0965e4a9a2c780e23be007ac57c21bf)

#### [1.0.4](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.3...1.0.4)

> 4 December 2022
- chore: change package name to homebridge-homewizard-energy-socket [`f5b5d31`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/f5b5d31ed4c7fa045e0cff2de475135f4c998d9a)
- chore: release v1.0.4 [`e411165`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/e4111651084ea5832b07af2dbdb1e05f7146b278)
- chore: update readme [`5fb5095`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/5fb50954deee820513d10ed62973ff427e9ca1c9)

#### [1.0.3](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.2...1.0.3)

> 4 December 2022
- chore: release v1.0.3 [`1140786`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/1140786ad426ba2812ae85cdc827d46b26c19b0f)
- chore: removed private: true from package.json to publish on npm [`8cd0fe4`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8cd0fe4af3e03edd2489b7eae15d3cf439655240)

#### [1.0.2](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.0.1...1.0.2)

> 4 December 2022
- chore: delete license [`676253d`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/676253dd6440d656c562c2668e9ce7d917fb6602)
- chore: update github workflows [`53ea353`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/53ea35354272fd65f3cc9e301d11000e018088ee)
- chore: added updated license [`9475944`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/9475944094db3f532edd9a104ef2d25654d5426d)

#### 1.0.1

> 4 December 2022
- feat: several tweaks to accessory and platform [`f952b12`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/f952b1269b0f07b526b3b0633521158979794d2b)
- feat: basic implementation of plugin [`b52dfcf`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/b52dfcfb62ba97b36c20a52474065c8b381a2dc0)
- chore: added release-it [`f8c23c7`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/f8c23c751cde2518c787efdbb01887c2f3f60247)
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
Expand Up @@ -2,7 +2,7 @@
"displayName": "Homebridge HomeWizard Energy Socket",
"name": "homebridge-homewizard-energy-socket",
"type": "module",
"version": "1.2.5",
"version": "1.2.6",
"description": "This Homebridge plugin exposes your HomeWizard Energy Sockets to Apple HomeKit. So you can use the Home App to switch your Energy Sockets on or off and integrate the Energy Sockets into your Home Automations.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 1bc912e

Please sign in to comment.