Skip to content

Commit 58dfb41

Browse files
chore(main): release 4.1.2 (#309)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c93dd4 commit 58dfb41

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.1.1"
2+
".": "4.1.2"
33
}

CHANGELOG.md

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

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

19+
## [4.1.2](https://github.com/zachowj/hass-node-red/compare/v4.1.1...v4.1.2) (2024-12-15)
20+
21+
22+
### Bug Fixes
23+
24+
* **binary_sensor:** handle LockState import and use fallback for STATE_UNLOCKED ([2413954](https://github.com/zachowj/hass-node-red/commit/2413954fbc426c4fa537d83b6100d342dfeba46f))
25+
* Replace deprecated constant ([5c3e865](https://github.com/zachowj/hass-node-red/commit/5c3e865cb344fb06f5c543886c3e91820ec61177)), closes [#307](https://github.com/zachowj/hass-node-red/issues/307)
26+
* **sentence:** serialize RecognizeResult for JSON compatibility ([f826058](https://github.com/zachowj/hass-node-red/commit/f826058eb43c17f816e8b12670b129d81ca2f8f5)), closes [#327](https://github.com/zachowj/hass-node-red/issues/327)
27+
* **switch:** Remove warning about using incorrect schema for entity service registration ([#312](https://github.com/zachowj/hass-node-red/issues/312)) ([8c93dd4](https://github.com/zachowj/hass-node-red/commit/8c93dd4f2b132f98bb2688867e6f0b6f8eee668e)), closes [#314](https://github.com/zachowj/hass-node-red/issues/314)
28+
1929
## [4.1.1](https://github.com/zachowj/hass-node-red/compare/v4.1.0...v4.1.1) (2024-09-26)
2030

2131

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.1.1"
16+
"version": "4.1.2"
1717
}

custom_components/nodered/version.py

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.1.1"
3+
__version__ = "4.1.2"

0 commit comments

Comments
 (0)