From f49c4753b80f07a2d33f4dcb8043b5d27750f52e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:45:33 -0700 Subject: [PATCH] chore(main): release 0.72.2 (#1572) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5518a2ead8..2062130ed3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.72.1" + ".": "0.72.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9041f01c5..f79a193151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.72.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.72.1...v0.72.2) (2024-09-12) + + +### Bug Fixes + +* Update virtual-select.ts to handle null attributes in createSelectOptions function ([557271c](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/557271ca46109fb7d4b05b5e64545efe22a0171f)) + ## [0.72.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.72.0...v0.72.1) (2024-09-12) diff --git a/package.json b/package.json index ca4d371ca5..cf12884e9b 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.72.1", + "version": "0.72.2", "homepage": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/", "bugs": { "url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues" diff --git a/src/version.ts b/src/version.ts index faeb62faed..eef3e1f87f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.72.1'; // x-release-please-version +export default '0.72.2'; // x-release-please-version