Skip to content

Commit 0bc4230

Browse files
chore(main): release 4.1.0 (#298)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 314ae11 commit 0bc4230

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.0.2"
2+
".": "4.1.0"
33
}

CHANGELOG.md

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

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

19+
## [4.1.0](https://github.com/zachowj/hass-node-red/compare/v4.0.2...v4.1.0) (2024-09-11)
20+
21+
22+
### Features
23+
24+
* **sentence:** add support for custom responses in the Sentence node ([80e1afa](https://github.com/zachowj/hass-node-red/commit/80e1afa00ee95c36016d1bb154a7e858eb546dd3))
25+
26+
27+
### Bug Fixes
28+
29+
* **sentence:** Fix default value for response_type ([314ae11](https://github.com/zachowj/hass-node-red/commit/314ae119da80f10782fe9dcf9074ceb47483d57c))
30+
1931
## [4.0.2](https://github.com/zachowj/hass-node-red/compare/v4.0.1...v4.0.2) (2024-08-16)
2032

2133

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

0 commit comments

Comments
 (0)