diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index 1166fca..676b9cf 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.6 + +- Fixed release, includes changes from 4.4: + - Update Ace Editor to 1.4.8 + - Some online dependencies are now included in the package + ## 4.5 - Reverts upgrade of hass-configurator as it is causing loading problems. diff --git a/configurator/build.json b/configurator/build.json index 2fd1f88..855656f 100644 --- a/configurator/build.json +++ b/configurator/build.json @@ -7,6 +7,6 @@ "i386": "homeassistant/i386-base-python:3.7" }, "args": { - "CONFIGURATOR_VERSION": "0.3.7" + "CONFIGURATOR_VERSION": "0.3.9" } } diff --git a/configurator/config.json b/configurator/config.json index 835fa12..c23fb01 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "File editor", - "version": "4.5", + "version": "4.6", "slug": "configurator", "description": "Simple browser-based file editor for Home Assistant", "url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",