From 933b8448bbe6042e8d24d106cc1ff9c4b6b46031 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:17:04 -0700 Subject: [PATCH] chore(main): release 0.68.0 (#1491) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c8f102f39..e5a17c2223 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.67.2" + ".": "0.68.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68082de3da..194a149838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.68.0](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.67.2...v0.68.0) (2024-08-26) + + +### ⚠ BREAKING CHANGES + +* Dropping support for node v16 + +### Features + +* **issues:** Implement issue detection for Home Assistant nodes ([61eb103](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/61eb103f205e26604e0148d230971dffca55ce7e)) + + +### Bug Fixes + +* Fix ID selector to include state only entities ([8057dd7](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/8057dd7f9a0f3c544b190607d27da45a1a59dd73)) + + +### Documentation + +* Update node version to 18 ([f0c5f3d](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/f0c5f3d34b0f62f125f78450d57dd520bbafb810)) + ## [0.67.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.67.1...v0.67.2) (2024-08-18) diff --git a/package.json b/package.json index ee2d83f95a..341708579b 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.67.2", + "version": "0.68.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 157105e496..6684f9a4f9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.67.2'; // x-release-please-version +export default '0.68.0'; // x-release-please-version