diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index 66aa870..afa44d1 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3.0 + +- Ignore input-keyword used in blueprints in yaml-linting + ## 5.2.0 - Add git option which allows disabling the (default) git initialization diff --git a/configurator/build.json b/configurator/build.json index 3fdb203..7487578 100644 --- a/configurator/build.json +++ b/configurator/build.json @@ -7,6 +7,6 @@ "i386": "homeassistant/i386-base:3.12" }, "args": { - "CONFIGURATOR_VERSION": "0.4.0" + "CONFIGURATOR_VERSION": "0.4.1" } } diff --git a/configurator/config.json b/configurator/config.json index 10ee711..6e43421 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "File editor", - "version": "5.2.0", + "version": "5.3.0", "slug": "configurator", "description": "Simple browser-based file editor for Home Assistant", "url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",