diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index e69de29..d585808 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -0,0 +1,17 @@ + +### 1.0.1 (2021-01-11) + + +### Bug Fixes + +* store configuration directly in /config ([22ce9a6](https://github.com/resoai/TileBoard-addon/commit/22ce9a669ce2999c4106892b7dca33e7c8d5d00f)) + + +### Chore + +* **bump:** TileBoard https://github.com/resoai/TileBoard/releases/tag/v2.1.2 ([a3b9f10](https://github.com/resoai/TileBoard-addon/commit/a3b9f10d84a63c5245cefecd413fb6b408ac26b7)) +* **ci:** make github release using latest tag ([ae2c63c](https://github.com/resoai/TileBoard-addon/commit/ae2c63c59ed02d4101d011e75bb9888571f3778d)) +* **ci:** require manual release ([4eaf56a](https://github.com/resoai/TileBoard-addon/commit/4eaf56a97636e8e96f92d37173aa2afc5b078f70)) +* **ci:** try release workflow ([cfdf53a](https://github.com/resoai/TileBoard-addon/commit/cfdf53a4ea586612ba3fefaf2c0647c1799272b2)) +* **ci:** use args from build.json ([14a2fdc](https://github.com/resoai/TileBoard-addon/commit/14a2fdc169cf9146eb52c46dc2ceb22384fb4604)) +* **ci:** work on release pipeline ([d117633](https://github.com/resoai/TileBoard-addon/commit/d117633a84e9a2ef59d680bdc07a399f6839233f)) diff --git a/addon/config.json b/addon/config.json index 63dee76..198c3eb 100644 --- a/addon/config.json +++ b/addon/config.json @@ -1,6 +1,6 @@ { "name": "TileBoard", - "version": "1.0.0", + "version": "1.0.1", "slug": "tileboard", "description": "Simple yet highly-customizable dashboard for Home Assistant", "url": "https://github.com/resoai/TileBoard", diff --git a/package.json b/package.json index ac2ed95..0256d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard-addon", - "version": "1.0.0", + "version": "1.0.1", "description": "Home Assistant Addon for TileBoard", "scripts": { "release": "standard-version"