From cac0e53fc6749dfe1fe56051779efaa6ed9ea525 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 12:31:04 +0000 Subject: [PATCH] chore: release 3.0.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eabb6908..04f4a7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [3.0.0](https://www.github.com/johannrichard/homebridge-dingz/compare/v2.0.7...v3.0.0) (2020-12-07) + + +### ⚠ BREAKING CHANGES + +* **dingz:** *might* break your setup + +### Features + +* **dingz:** actively identify config changes ([55c8326](https://www.github.com/johannrichard/homebridge-dingz/commit/55c832655db1bfc33e7feef73d8afdbfbedb8145)) +* **dingz:** dynamic output configuration ([47902d9](https://www.github.com/johannrichard/homebridge-dingz/commit/47902d9c85eb0d069dedc03594d2320012419728)) +* **dingz:** streamline update code, name changes ([e652324](https://www.github.com/johannrichard/homebridge-dingz/commit/e652324cf9ea49bd08a6f379e548521f3f9e5973)), closes [#103](https://www.github.com/johannrichard/homebridge-dingz/issues/103) +* **github:** release please ([eec9644](https://www.github.com/johannrichard/homebridge-dingz/commit/eec9644b32a4bf90af3b36e2b67e9439f10c64da)) +* **platform:** consolidate auto-discovery names ([c585395](https://www.github.com/johannrichard/homebridge-dingz/commit/c585395413a2506ca5ed241007ae27287e8679a9)) +* **platform:** device naming w/ MAC ([b457310](https://www.github.com/johannrichard/homebridge-dingz/commit/b4573104e4f6efdcc9a00279cd2d2f78eed1b5d5)), closes [#146](https://www.github.com/johannrichard/homebridge-dingz/issues/146) + + +### Bug Fixes + +* **dingz:** don't call updateAccessory() on startup ([b4c8c3b](https://www.github.com/johannrichard/homebridge-dingz/commit/b4c8c3be811c9d3c6a85e015509f91fa669288e4)) +* **dingz:** remove unused / unnecessary code ([75e4507](https://www.github.com/johannrichard/homebridge-dingz/commit/75e450787dc153345803e134e42c7ae34e6d8925)) +* **pir:** properly set callback url if one exists ([fa01c46](https://www.github.com/johannrichard/homebridge-dingz/commit/fa01c46ea17ce989e280869170b2707c7d069187)) +* **platform:** ensure dingz accessories have a name ([86b7d07](https://www.github.com/johannrichard/homebridge-dingz/commit/86b7d0735856e73cdd5ab3b7cc7cca71030b4b14)) + + +### Miscellaneous + +* **changelog:** release-please fitness ([de46ef7](https://www.github.com/johannrichard/homebridge-dingz/commit/de46ef7fb4d981ee6d307bafbc830d973497c4c5)) + ## [∞](#release-notes) Release Notes ### [∞](#breaking-v20) BREAKING v2.0 diff --git a/package.json b/package.json index 9d587f64..638c0389 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge dingz Plugin", "name": "homebridge-dingz", - "version": "2.1.0-nightly.0", + "version": "3.0.0", "author": "johannrichard", "description": "Homebridge Plugin for dingz & myStrom Devices. Implements some (but not all, due to API limitations) functions of a [dingz](https://dingz.ch) Smart Home Device.", "license": "Apache-2.0",