Skip to content

Commit c080470

Browse files
chore(main): release 4.2.1 (#384)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5bbcb7 commit c080470

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-
".": "4.2.0"
2+
".": "4.2.1"
33
}

CHANGELOG.md

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

1717
**Full Changelog**: https://github.com/zachowj/hass-node-red/compare/v1.1.2...v1.1.3
1818

19+
## [4.2.1](https://github.com/zachowj/hass-node-red/compare/v4.2.0...v4.2.1) (2026-01-04)
20+
21+
22+
### Bug Fixes
23+
24+
* **webhook:** correct payload data in webhook response ([f5bbcb7](https://github.com/zachowj/hass-node-red/commit/f5bbcb7afbdaec6503eec281abb47bd324c05f17))
25+
* **webhook:** unregister webhooks when integration is unloaded ([f5bbcb7](https://github.com/zachowj/hass-node-red/commit/f5bbcb7afbdaec6503eec281abb47bd324c05f17))
26+
1927
## [4.2.0](https://github.com/zachowj/hass-node-red/compare/v4.1.5...v4.2.0) (2026-01-03)
2028

2129

custom_components/nodered/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"documentation": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/custom_integration/",
1414
"iot_class": "local_push",
1515
"issue_tracker": "https://github.com/zachowj/hass-node-red/issues",
16-
"version": "4.2.0"
16+
"version": "4.2.1"
1717
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version info for Node-RED integration."""
22

3-
__version__ = "4.2.0"
3+
__version__ = "4.2.1"

0 commit comments

Comments
 (0)