Skip to content

Commit

Permalink
chore(main): release 4.0.2 (#294)
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 Aug 16, 2024
1 parent 78e854a commit df2c9c4
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.0.1"
".": "4.0.2"
}
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.0.2](https://github.com/zachowj/hass-node-red/compare/v4.0.1...v4.0.2) (2024-08-16)


### Bug Fixes

* **device:** Convert entity registry id into entity id to fix device action ([78e854a](https://github.com/zachowj/hass-node-red/commit/78e854a088d0b7463ddfce4abee97df6da7f985e))

## [4.0.1](https://github.com/zachowj/hass-node-red/compare/v4.0.0...v4.0.1) (2024-07-07)


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.0.1"
"version": "4.0.2"
}
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.0.1"
__version__ = "4.0.2"

0 comments on commit df2c9c4

Please sign in to comment.