Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 6, 2021
1 parent b5c3e6f commit 21be6a6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [1.2.0](https://github.com/GuiHash/homebridge-lacrosseview/compare/v1.1.0...v1.2.0) (2021-06-06)


### Features

* add support for including specific locations and excluding specific devices ([#43](https://github.com/GuiHash/homebridge-lacrosseview/issues/43)) ([98526a5](https://github.com/GuiHash/homebridge-lacrosseview/commit/98526a50489f7149e4c144f5bbbce0749a023b8b))
* do not create accessory when device is not supported ([#65](https://github.com/GuiHash/homebridge-lacrosseview/issues/65)) ([3c7951b](https://github.com/GuiHash/homebridge-lacrosseview/commit/3c7951bcbaa0d828df183c04d2af50480f95fcfe))


### Bug Fixes

* history in elgato app ([#49](https://github.com/GuiHash/homebridge-lacrosseview/issues/49)) ([10df0a5](https://github.com/GuiHash/homebridge-lacrosseview/commit/10df0a58bf580bee5dcdae696bc004da26873759))
* typo Elegato --> Elgato ([#14](https://github.com/GuiHash/homebridge-lacrosseview/issues/14)) ([6570ebe](https://github.com/GuiHash/homebridge-lacrosseview/commit/6570ebea16d7ded911932bcd5e899fbb802bf321))


### Chore

* fix security update ([#67](https://github.com/GuiHash/homebridge-lacrosseview/issues/67)) ([7b5fdfa](https://github.com/GuiHash/homebridge-lacrosseview/commit/7b5fdfa0ada2a821f932fd82dcc66126d494f8b4))
* rewrite exclude/include features ([#60](https://github.com/GuiHash/homebridge-lacrosseview/issues/60)) ([0bb8ee0](https://github.com/GuiHash/homebridge-lacrosseview/commit/0bb8ee0826913d315168afb19f416c94ff22850f))
* upgrade dependencies ([#66](https://github.com/GuiHash/homebridge-lacrosseview/issues/66)) ([72c93e5](https://github.com/GuiHash/homebridge-lacrosseview/commit/72c93e5a9f3602f3b12171d9db4a6ef99108b83e))
* upgrade to GitHub-native Dependabot ([#36](https://github.com/GuiHash/homebridge-lacrosseview/issues/36)) ([7b6ac6c](https://github.com/GuiHash/homebridge-lacrosseview/commit/7b6ac6c6f0f2c35c79f0b2f1df46fcbcf120453c))


### Documentations

* typo in readme ([#68](https://github.com/GuiHash/homebridge-lacrosseview/issues/68)) ([b5c3e6f](https://github.com/GuiHash/homebridge-lacrosseview/commit/b5c3e6f475acad7ca37cef2826eed95dd6a90aa1))

## [1.1.0](https://github.com/GuiHash/homebridge-lacrosseview/compare/v1.0.1...v1.1.0) (2021-03-29)


Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"name": "homebridge-lacrosseview",
"displayName": "Homebridge La Crosse View",
"version": "1.1.0",
"version": "1.2.0",
"description": "Homebridge Plugin providing La Crosse View sensors support",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit 21be6a6

Please sign in to comment.