Skip to content

Commit

Permalink
chore(main): release 0.56.0 (#1017)
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 Aug 9, 2023
1 parent c395a3f commit ad483fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.56.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.55.1...v0.56.0) (2023-08-09)


### Features

* **sentence:** Add response data for wildcards ([3f31af6](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3f31af6a53f69f71535cd7af087dbc3c12c8a18b))
* **sentense:** Add customizable response field ([c395a3f](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/c395a3f3a57a1877d1d2e8f2d481c9a4ad8b39b3))


### Bug Fixes

* Fix duplication of expose as trigger events ([53ac02e](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/53ac02eb54b2e1e43bc61a2459aed1aeea4d3cc6))
* Use error handler for event class ([#1018](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1018)) ([b009362](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/b009362ea3b1fff44d0030d68cef335a04056bbe))

## [0.55.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.55.0...v0.55.1) (2023-07-18)


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.55.1",
"version": "0.56.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 ad483fa

Please sign in to comment.