From 2bd5bcb4b97d26eb21abd866253ed4864fa5ae2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:22:06 -0700 Subject: [PATCH] chore(main): release 0.72.4 (#1577) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7f96c0261e..204151ae27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.72.3" + ".": "0.72.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b3399e86..49c6789433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.72.3...v0.72.4) (2024-09-16) + + +### Bug Fixes + +* **socialbar:** replace Discord button link with permanent invite code ([a1a4016](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/a1a40166606ca75bedf12a3817ebb945c62bd642)) +* **socialbar:** update Discord button link to new URL ([3adc8c5](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3adc8c5381c48837f7556d6361bfca20994149f9)) + ## [0.72.3](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.72.2...v0.72.3) (2024-09-16) diff --git a/package.json b/package.json index b40f3d5544..e2854ab624 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.3", + "version": "0.72.4", "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 83dc21149a..a82b4bbad7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.72.3'; // x-release-please-version +export default '0.72.4'; // x-release-please-version