diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index a42dae3..4918b76 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -1,4 +1,17 @@ +### [1.0.11](https://github.com/resoai/TileBoard-addon/compare/v1.0.10...v1.0.11) (2021-04-11) + + +### Bug Fixes + +* use example config if user's doesn't exist ([1fceb59](https://github.com/resoai/TileBoard-addon/commit/1fceb599a6c4dcf70062e11481c51d705ce4373e)) + + +### Chore + +* **bump:** TileBoard https://github.com/resoai/TileBoard/releases/tag/v2.4.0 ([ead02a0](https://github.com/resoai/TileBoard-addon/commit/ead02a011f99f82f6b83bd3e445719c7e3c1d93b)) +* **dev:** better devcontainer setup ([0c376db](https://github.com/resoai/TileBoard-addon/commit/0c376dbd5992dad3716839337d64b5d7458dfb4d)) + ### [1.0.10](https://github.com/resoai/TileBoard-addon/compare/v1.0.9...v1.0.10) (2021-04-10) diff --git a/addon/config.json b/addon/config.json index 8ed1c38..6e4144c 100644 --- a/addon/config.json +++ b/addon/config.json @@ -1,6 +1,6 @@ { "name": "TileBoard", - "version": "1.0.10", + "version": "1.0.11", "slug": "tileboard", "description": "Simple yet highly-customizable dashboard", "url": "https://github.com/resoai/TileBoard", diff --git a/package.json b/package.json index a686f83..c933334 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard-addon", - "version": "1.0.10", + "version": "1.0.11", "description": "Home Assistant Addon for TileBoard", "scripts": { "release": "standard-version"