From 5afaeea280dc13678bd1aa1b1bfec04d6458e664 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:43:01 -0700 Subject: [PATCH] chore(main): release 0.55.0 (#989) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b653d8724c..f8c942a04a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index d9c172407e..38ee2f1297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-home-assistant-websocket", - "version": "0.54.0", + "version": "0.55.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-home-assistant-websocket", - "version": "0.54.0", + "version": "0.55.0", "license": "MIT", "dependencies": { "axios": "1.4.0", diff --git a/package.json b/package.json index f07b12fa96..02782b62f6 100644 --- a/package.json +++ b/package.json @@ -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"