Skip to content

Commit 9368ef8

Browse files
chore(main): release 4.1.5 (#371)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1991fa2 commit 9368ef8

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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.4"
2+
".": "4.1.5"
33
}

CHANGELOG.md

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

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

19+
## [4.1.5](https://github.com/zachowj/hass-node-red/compare/v4.1.4...v4.1.5) (2025-12-08)
20+
21+
22+
### Bug Fixes
23+
24+
* fix hass.config_entries.async_forward_entry_setups warning ([6dab7d4](https://github.com/zachowj/hass-node-red/commit/6dab7d4f25935682f75fe5c1fe458e5f8883e113)), closes [#368](https://github.com/zachowj/hass-node-red/issues/368)
25+
26+
27+
### Code Refactoring
28+
29+
* replace pip with uv for package management and update README instructions ([22c2e5e](https://github.com/zachowj/hass-node-red/commit/22c2e5ec1f44fa6b868c31d47ab98dde144103c3))
30+
31+
32+
### Build System
33+
34+
* update devcontainer configuration and setup script for improved environment setup ([350d179](https://github.com/zachowj/hass-node-red/commit/350d1792d16b2d8ad06366f12557254e93a3fd38))
35+
36+
37+
### Continuous Integration
38+
39+
* update pip install commands to use --system flag for consistency ([1991fa2](https://github.com/zachowj/hass-node-red/commit/1991fa2e883a545123a78e23b1eb45e67ffeb4f7))
40+
1941
## [4.1.4](https://github.com/zachowj/hass-node-red/compare/v4.1.3...v4.1.4) (2025-12-07)
2042

2143

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.4"
16+
"version": "4.1.5"
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.4"
3+
__version__ = "4.1.5"

0 commit comments

Comments
 (0)