Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2020
1 parent 757e017 commit cac0e53
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cac0e53

Please sign in to comment.