Skip to content

Commit 2cbbb69

Browse files
chore(main): release 0.80.3 (#1924)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44d5fe1 commit 2cbbb69

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.80.2"
2+
".": "0.80.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [0.80.3](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.80.2...v0.80.3) (2025-11-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **config-server:** improve ha_boolean migration to handle string input correctly ([d7c477c](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/d7c477c11bd6950151ed8e4b7381eda1cbf9c3d7))
11+
* **current-state:** update checkForDuration logic to include 'habool' type condition ([44d5fe1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/44d5fe1bb8414204fdddcd1f14cec75c04966476)), closes [#1923](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1923)
12+
513
## [0.80.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.80.1...v0.80.2) (2025-11-13)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-red-contrib-home-assistant-websocket",
33
"description": "Node-RED integration with Home Assistant through websocket and REST API",
4-
"version": "0.80.2",
4+
"version": "0.80.3",
55
"homepage": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/",
66
"bugs": {
77
"url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.80.2'; // x-release-please-version
1+
export default '0.80.3'; // x-release-please-version

0 commit comments

Comments
 (0)