From c18da33421f72c6a9dec5914f554d9ba1130b076 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Mar 2022 17:28:58 +0000 Subject: [PATCH] minor release to 1.0.0 [skip ci] ## 1.0.0 (2022-03-25) ### Features * add workflow ([8bde26d](https://github.com/gilmrt/homebridge-homeassistant/commit/8bde26d35c5958f38389bf491cf3c45661123370)) ### Bug Fixes * change token for actions ([f1d18cd](https://github.com/gilmrt/homebridge-homeassistant/commit/f1d18cddd15a60446c0350becf4d2568e5c4c547)) * install npm dependencies ([b9217cb](https://github.com/gilmrt/homebridge-homeassistant/commit/b9217cbeab5448d154755c88c27d852f35495e42)) * update to be use with new HA version ([41bd2c4](https://github.com/gilmrt/homebridge-homeassistant/commit/41bd2c4ccda93e305b63d1888685ea2ee98885bc)) ### Continuous Integration * add semantic-release config ([9ca3be8](https://github.com/gilmrt/homebridge-homeassistant/commit/9ca3be832882b4416d71485778c42fe22e4a8692)) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eb2fdf6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +## 1.0.0 (2022-03-25) + + +### Features + +* add workflow ([8bde26d](https://github.com/gilmrt/homebridge-homeassistant/commit/8bde26d35c5958f38389bf491cf3c45661123370)) + + +### Bug Fixes + +* change token for actions ([f1d18cd](https://github.com/gilmrt/homebridge-homeassistant/commit/f1d18cddd15a60446c0350becf4d2568e5c4c547)) +* install npm dependencies ([b9217cb](https://github.com/gilmrt/homebridge-homeassistant/commit/b9217cbeab5448d154755c88c27d852f35495e42)) +* update to be use with new HA version ([41bd2c4](https://github.com/gilmrt/homebridge-homeassistant/commit/41bd2c4ccda93e305b63d1888685ea2ee98885bc)) + + +### Continuous Integration + +* add semantic-release config ([9ca3be8](https://github.com/gilmrt/homebridge-homeassistant/commit/9ca3be832882b4416d71485778c42fe22e4a8692))