Skip to content

Commit

Permalink
chore(main): release 4.1.1 (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent 95e8986 commit 2017416
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.1.0"
".": "4.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@

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

## [4.1.1](https://github.com/zachowj/hass-node-red/compare/v4.1.0...v4.1.1) (2024-09-26)


### Bug Fixes

* **sentence:** fix sentence issue in HA 2024.10.x ([8114e1b](https://github.com/zachowj/hass-node-red/commit/8114e1b7d18517f3beaf4d2c6e104b520f4a5394))

## [4.1.0](https://github.com/zachowj/hass-node-red/compare/v4.0.2...v4.1.0) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/nodered/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"documentation": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/custom_integration/",
"iot_class": "local_push",
"issue_tracker": "https://github.com/zachowj/hass-node-red/issues",
"version": "4.1.0"
"version": "4.1.1"
}
2 changes: 1 addition & 1 deletion custom_components/nodered/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version info for Node-RED integration."""

__version__ = "4.1.0"
__version__ = "4.1.1"

0 comments on commit 2017416

Please sign in to comment.