Skip to content

Commit 2017416

Browse files
chore(main): release 4.1.1 (#303)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95e8986 commit 2017416

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.0"
2+
".": "4.1.1"
33
}

CHANGELOG.md

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

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

19+
## [4.1.1](https://github.com/zachowj/hass-node-red/compare/v4.1.0...v4.1.1) (2024-09-26)
20+
21+
22+
### Bug Fixes
23+
24+
* **sentence:** fix sentence issue in HA 2024.10.x ([8114e1b](https://github.com/zachowj/hass-node-red/commit/8114e1b7d18517f3beaf4d2c6e104b520f4a5394))
25+
1926
## [4.1.0](https://github.com/zachowj/hass-node-red/compare/v4.0.2...v4.1.0) (2024-09-11)
2027

2128

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.0"
16+
"version": "4.1.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.1.0"
3+
__version__ = "4.1.1"

0 commit comments

Comments
 (0)