From 9a36268a2e94ea639b6b7f38e2078e398d5c170b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:34:06 -0700 Subject: [PATCH] chore(main): release 3.0.1 (#217) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ custom_components/nodered/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f703dd7..14c00f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ **Full Changelog**: https://github.com/zachowj/hass-node-red/compare/v1.1.2...v1.1.3 +## [3.0.1](https://github.com/zachowj/hass-node-red/compare/v3.0.0...v3.0.1) (2023-10-02) + + +### Documentation + +* Move service data to translations ([0e126a7](https://github.com/zachowj/hass-node-red/commit/0e126a7e904b9b30cbd442b8794661e2414bafc1)) + ## [3.0.0](https://github.com/zachowj/hass-node-red/compare/v2.2.0...v3.0.0) (2023-09-26) diff --git a/custom_components/nodered/version.py b/custom_components/nodered/version.py index 159aba2..db400c4 100644 --- a/custom_components/nodered/version.py +++ b/custom_components/nodered/version.py @@ -1,3 +1,3 @@ """Version info for Node-RED integration.""" -__version__ = "3.0.0" +__version__ = "3.0.1"