Skip to content

Commit b83bc03

Browse files
chore(main): release 4.1.3 (#347)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b167475 commit b83bc03

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-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.2"
2+
".": "4.1.3"
33
}

CHANGELOG.md

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

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

19+
## [4.1.3](https://github.com/zachowj/hass-node-red/compare/v4.1.2...v4.1.3) (2025-09-28)
20+
21+
22+
### Bug Fixes
23+
24+
* **sentence:** update trigger registration for compatibility with newer Home Assistant versions ([b167475](https://github.com/zachowj/hass-node-red/commit/b167475442475012bf737a94188f385b72fd8558)), closes [#346](https://github.com/zachowj/hass-node-red/issues/346)
25+
* **websocket:** use call_soon_threadsafe for sending messages in websocket_device_trigger ([680897b](https://github.com/zachowj/hass-node-red/commit/680897b2414490fe522277960f56b8e22cf5f2f7))
26+
27+
28+
### Build System
29+
30+
* **deps:** update pip requirement from &lt;24.4,&gt;=21.0 to &gt;=21.0,&lt;25.1 ([#332](https://github.com/zachowj/hass-node-red/issues/332)) ([18c2cde](https://github.com/zachowj/hass-node-red/commit/18c2cde78ce0de0b1313c382a6a4556b7c542496))
31+
32+
33+
### Continuous Integration
34+
35+
* add workflow to remove 'waiting-for-response' label on author comments and update stale workflow settings ([943d298](https://github.com/zachowj/hass-node-red/commit/943d298a67fb99f3cd8ee665339f1fda90d75039))
36+
* **cron:** add workflow_dispatch trigger and enhance validation steps ([737b0fd](https://github.com/zachowj/hass-node-red/commit/737b0fd33a4a2021d5f4f0fc6a901264ed213f5c))
37+
* **cron:** correct import path for Home Assistant version retrieval ([d1cf490](https://github.com/zachowj/hass-node-red/commit/d1cf4907f25d452fef23119574d8434ea388be5d))
38+
* **pre-commit:** update ruff hook configuration ([1655c4a](https://github.com/zachowj/hass-node-red/commit/1655c4a82c04cd7b11bf94c480319b1b856fe82e))
39+
40+
41+
### Miscellaneous Chores
42+
43+
* **pre-commit:** update dependencies for isort, ruff, bandit, and python-typing-update ([eec2aaf](https://github.com/zachowj/hass-node-red/commit/eec2aaffa65f3bb6538ecab0274bc4f62bb6d8bb))
44+
* **release-please:** add changelog sections for better organization ([e7498fc](https://github.com/zachowj/hass-node-red/commit/e7498fc3b3a4fedd3ddf820393e35ba89708916a))
45+
* **setup.cfg:** remove isort not_skip configuration for __init__.py ([91c21d5](https://github.com/zachowj/hass-node-red/commit/91c21d5af7734233ca36dc135359f57af21f1e81))
46+
* update virtual environment entry to ignore all variations of .venv ([ae1f6d3](https://github.com/zachowj/hass-node-red/commit/ae1f6d3cc07c9cea4d04a63c31ddabdc09efb263))
47+
1948
## [4.1.2](https://github.com/zachowj/hass-node-red/compare/v4.1.1...v4.1.2) (2024-12-15)
2049

2150

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.2"
16+
"version": "4.1.3"
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.1.2"
3+
__version__ = "4.1.3"

0 commit comments

Comments
 (0)