Skip to content

Commit

Permalink
chore(main): release 0.55.0 (#989)
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 Jul 18, 2023
1 parent 9cab21a commit 5afaeea
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.55.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.54.0...v0.55.0) (2023-07-18)


### Features

* **time-entity:** Add time entity node ([ae190fd](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/ae190fd1561bd9affb516c1f5f7ac262b5be8cad))


### Bug Fixes

* **number:** Fix removing of entity listeners ([3cad0da](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3cad0dab80313df1dfad190debf45784c328cd54))
* **select:** Fix removing of entity listeners ([3cad0da](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3cad0dab80313df1dfad190debf45784c328cd54))
* **text:** Fix removing of entity listeners ([3cad0da](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3cad0dab80313df1dfad190debf45784c328cd54))
* **time-entity:** Fix mislabeled locale strings ([e898c6d](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/e898c6da65ed8f25c989ac2e0618858847ff58d7))


### Performance Improvements

* Use entity registry for display it has smaller payload ([d630751](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/d630751c1274660150a85d8fa1d5243cc4096dc5))

## [0.54.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.53.1...v0.54.0) (2023-07-16)


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.54.0",
"version": "0.55.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 5afaeea

Please sign in to comment.