Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 10, 2022
1 parent a0832c2 commit d69ee96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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.2.0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.1.0...1.2.0)

- 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)
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
Expand Up @@ -2,7 +2,7 @@
"displayName": "Homebridge HomeWizard Energy Socket",
"name": "homebridge-homewizard-energy-socket",
"type": "module",
"version": "1.1.0",
"version": "1.2.0",
"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 d69ee96

Please sign in to comment.