From 9135ff3c53f9e78d79ee2c7438f1ec884f79b5aa Mon Sep 17 00:00:00 2001 From: Jordy van den Aardweg Date: Tue, 7 Nov 2023 16:09:18 +0100 Subject: [PATCH] chore: release v1.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c4f3f..8bb9701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,23 @@ 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.5.0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.5.0-0...1.5.0) + +- chore: update dependencies [`214f02a`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/214f02a1a99e6cfd0464ba8a9a7c10e4fb26e317) +- chore: release v1.4.3 [`8acd274`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8acd274ac06f6dd72fd6aa44d5db236493a75026) +- chore: update readme homebridge logo [`b220417`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/b220417974bcb9b5c7af314595177b930dbaaab3) + +#### [1.5.0-0](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.4.3...1.5.0-0) + +> 7 November 2023 + +- feat: basic setup extra accessory for just using power consumption [`1bacfa5`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/1bacfa5059aea74d8dc5d35223e1ac4945737e70) +- chore: release v1.5.0-0 [`cb1cbd5`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/cb1cbd5a5b7b13ff650ea7cb0d92fa991bcf8c52) + #### [1.4.3](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/compare/1.4.2...1.4.3) +> 7 November 2023 + - chore(deps-dev): bump release-it from 15.10.0 to 16.1.5 [`c7c1756`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/c7c1756bdcbe6265d7b7bf41f2d1814ed622d194) - chore(deps-dev): bump vitest from 0.29.2 to 0.34.3 [`8f0ffad`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8f0ffad39a44a8cb261dfd9ba3486e65756d593e) - chore(deps-dev): bump release-it from 15.6.1 to 15.10.0 [`856bb16`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/856bb1695c788388fe71f929429e6e276edf155d) @@ -28,6 +43,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.62.0 [`6b8ba77`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/6b8ba77fdb8c22c44897e0ffd8b1c762a16a16a3) - chore(deps-dev): bump rimraf from 5.0.1 to 5.0.5 [`25a6b4e`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/25a6b4e86236505537948862272852b41df79f92) - chore(deps): bump undici from 5.22.1 to 5.27.2 [`0f0fc76`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/0f0fc7629931abe031e74a176585146f447fe7d1) +- chore: release v1.4.3 [`8acd274`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8acd274ac06f6dd72fd6aa44d5db236493a75026) - chore(deps-dev): bump dotenv-cli from 7.2.1 to 7.3.0 [`51edc2d`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/51edc2d1edce5cc21ee6c0c2cb233dadcb025e5d) - chore(deps): bump validator and @types/validator [`8170695`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/8170695e3fb3796d5aa864ddebe73fda1538f397) - chore(deps): bump xml2js and @homebridge/dbus-native [`545a098`](https://github.com/jvandenaardweg/homebridge-homewizard-energy-socket/commit/545a09820f412cd318736286227f4d366d56cd00) diff --git a/package-lock.json b/package-lock.json index 23015ff..a96d3ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-homewizard-energy-socket", - "version": "1.4.3", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-homewizard-energy-socket", - "version": "1.4.3", + "version": "1.5.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index f39db2a..99045f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge HomeWizard Energy Socket", "name": "homebridge-homewizard-energy-socket", - "version": "1.4.3", + "version": "1.5.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", "author": {