From cf37bdd66219e6e2af0fdf547eda5af13a7b8635 Mon Sep 17 00:00:00 2001 From: Michael Smith <2015782+mikesmitty@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:52:52 -0400 Subject: [PATCH] chore(main): release esphome-lad 0.1.0 --- .release-please-manifest.json | 2 +- esphome/components/lad/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e2ef37c..c005bdf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "esphome/components/lad": "0.0.1", + "esphome/components/lad": "0.1.0", "esphome/components/pwrman_charger": "0.1.0", "firmware/charger-module": "0.6.0", "hardware/backplane": "0.7.6", diff --git a/esphome/components/lad/CHANGELOG.md b/esphome/components/lad/CHANGELOG.md index 209cc7f..ecebd9e 100644 --- a/esphome/components/lad/CHANGELOG.md +++ b/esphome/components/lad/CHANGELOG.md @@ -3,6 +3,13 @@ ## [0.1.0](https://github.com/mikesmitty/power-manifold/compare/esphome-lad-v0.0.1...esphome-lad-v0.1.0) (2024-09-10) +### Features + +* add initial meanwell lad esphome component ([383ba0f](https://github.com/mikesmitty/power-manifold/commit/383ba0fbd769e751d7463b959c8f7fc7d27f8dbc)) + +## [0.1.0](https://github.com/mikesmitty/power-manifold/compare/esphome-lad-v0.0.1...esphome-lad-v0.1.0) (2024-09-10) + + ### Features * add initial meanwell lad esphome component ([383ba0f](https://github.com/mikesmitty/power-manifold/commit/383ba0fbd769e751d7463b959c8f7fc7d27f8dbc))