Skip to content

Commit

Permalink
chore(main): release 4.0.1 (#284)
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] committed Jul 7, 2024
1 parent 89150df commit 1bb18b2
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.0"
".": "4.0.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.0.1](https://github.com/zachowj/hass-node-red/compare/v4.0.0...v4.0.1) (2024-07-07)


### Bug Fixes

* Replace deprecated async_forward_entry_setup function ([89150df](https://github.com/zachowj/hass-node-red/commit/89150dffb1c78b2d9bda01528a0f1edb542e7500))

## [4.0.0](https://github.com/zachowj/hass-node-red/compare/v3.1.7...v4.0.0) (2024-05-02)


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.0"
"version": "4.0.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.0.0"
__version__ = "4.0.1"

0 comments on commit 1bb18b2

Please sign in to comment.