Skip to content

Commit

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

- 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)

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.0.9",
"version": "1.1.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 1350b8a

Please sign in to comment.