Skip to content

Commit

Permalink
chore: release 0.42.5 (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 17, 2022
1 parent c35929d commit 44947ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.42.5](https://www.github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.42.4...v0.42.5) (2022-02-17)


### Bug Fixes

* **call-service:** Send targets in the data field so HA doesn't automatically convert them to arrays ([d085ef4](https://www.github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/d085ef444f04d3f472180eae6e4e6f895c7a22eb)), closes [#584](https://www.github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/584) [#582](https://www.github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/582)
* **entity:** Select correct attribute type value ([581992b](https://www.github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/581992bc5465b1375e61e2bd85d7fc58fe76250e)), closes [#583](https://www.github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/583)


### Documentation

* **cookbook:** Update actionable notification subflow ([b28415e](https://www.github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/b28415ebfe9eb2cb813054586250e9afb5020580))

### [0.42.4](https://www.github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.42.3...v0.42.4) (2022-02-13)


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": "node-red-contrib-home-assistant-websocket",
"description": "Node-RED integration with Home Assistant through websocket and REST API",
"version": "0.42.4",
"version": "0.42.5",
"homepage": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/",
"bugs": {
"url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues"
Expand Down

0 comments on commit 44947ba

Please sign in to comment.