Skip to content

Commit 12f4118

Browse files
chore(main): release 0.80.2 (#1919)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b45991 commit 12f4118

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.1"
2+
".": "0.80.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.2](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.80.1...v0.80.2) (2025-11-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **comparator:** enhance number comparison logic and add related tests ([3bede3e](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/3bede3ec07d5fb0f4039434a5d5d30bd47228cf6)), closes [#1918](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/1918)
11+
12+
13+
### Code Refactoring
14+
15+
* **ifstate:** streamline availableTypes function and improve type handling ([bc8ab74](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/commit/bc8ab74ea1007fbe3b3c485dfd3e5464c88ec924))
16+
517
## [0.80.1](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.80.0...v0.80.1) (2025-11-12)
618

719

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.1",
4+
"version": "0.80.2",
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.1'; // x-release-please-version
1+
export default '0.80.2'; // x-release-please-version

0 commit comments

Comments
 (0)