diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2fd4a67c7..b1e3298aa8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.80.3" + ".": "0.80.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1995494efe..26b2836fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.80.4](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.80.3...v0.80.4) (2025-11-19) + + +### Bug Fixes + +* Handle undefined JSONata timeout values gracefully ([#1925](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1925)) ([146909a](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/146909a7019cff3fbfb4a4bb53d33e79a2a19d1b)) + + +### Build System + +* **deps-dev:** bump autoprefixer from 10.4.21 to 10.4.22 ([#1926](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1926)) ([ee9c7d4](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/ee9c7d4afeb88a7ff63e8921befad26abbbb4f6c)) +* **deps-dev:** bump sass from 1.93.3 to 1.94.0 ([#1927](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1927)) ([afb069a](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/afb069a8f6fa0659ab17b728031bbe6329acad48)) + ## [0.80.3](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.80.2...v0.80.3) (2025-11-16) diff --git a/package.json b/package.json index 4604b17ef4..3effa5a012 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.80.3", + "version": "0.80.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 a061cc2d5f..533caa0af2 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '0.80.3'; // x-release-please-version +export default '0.80.4'; // x-release-please-version