From 7c5b1ecd400aad0391e0724fcee77e77a9f4e323 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 02:46:04 +0000 Subject: [PATCH] chore(main): release 0.76.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b0cc97446..5f3243d40d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.75.0" + ".": "0.76.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index af0c3c410a..662e71dd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.76.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.75.0...v0.76.0) (2025-03-19) + + +### ⚠ BREAKING CHANGES + +* Updated the minimum required Home Assistant version to 2024.3.0 in the README to ensure compatibility with the label and floor registries introduced in this version. This update should have been made with the release of version 0.66.0. + +### Documentation + +* update Home Assistant version requirement to v2024.3 ([9b8ac19](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/9b8ac19687179ba2959ef97e656b322c79028132)), closes [#1707](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1707) + ## [0.75.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.74.2...v0.75.0) (2024-12-31) diff --git a/package.json b/package.json index b363e575c8..075967d5b3 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.75.0", + "version": "0.76.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" diff --git a/src/version.ts b/src/version.ts index c1623ceeea..28622f5165 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.75.0'; // x-release-please-version +export default '0.76.0'; // x-release-please-version