Skip to content

Commit

Permalink
chore(main): release 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 5, 2023
1 parent 19e16f2 commit a50807e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.58.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.57.4...v0.58.0) (2023-11-05)


### ⚠ BREAKING CHANGES

* **switch:** When use the service nodered.trigger the message object will to merge at the top level. Before it was added at msg.payload

### Bug Fixes

* Remove config from entity category ([19e16f2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/19e16f22221f66a2c4c16c3b0c57ac895af65848))
* **switch:** Insert trigger message in top level not in payload ([5762f49](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/5762f49acfd1c924c7b778e1b1e181ad183e811d))

## [0.57.4](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.57.3...v0.57.4) (2023-10-11)


Expand Down
4 changes: 2 additions & 2 deletions 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.57.4",
"version": "0.58.0",
"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 a50807e

Please sign in to comment.