From efc3da70aa23619fc826c1b83453829770b56b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Sun, 11 Apr 2021 00:02:50 +0200 Subject: [PATCH] chore(release): 1.0.10 --- addon/CHANGELOG.md | 13 +++++++++++++ addon/config.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index d01d70d..87e4979 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -1,4 +1,17 @@ +### [1.0.10](https://github.com/resoai/TileBoard-addon/compare/v1.0.9...v1.0.10) (2021-04-10) + + +### Bug Fixes + +* recursively symlink files from configFolder ([541078d](https://github.com/resoai/TileBoard-addon/commit/541078d1f4ad03b867db144219bfaa855b0a3f54)), closes [#13](https://github.com/resoai/TileBoard-addon/issues/13) + + +### Chore + +* update tags and container info ([#15](https://github.com/resoai/TileBoard-addon/issues/15)) ([8835680](https://github.com/resoai/TileBoard-addon/commit/883568095fca2d109513759eba2a8576231a745f)) +* **deps:** update docker base images ([591221d](https://github.com/resoai/TileBoard-addon/commit/591221de2416b0759d435e2ea517059f21c02f48)) + ### [1.0.9](https://github.com/resoai/TileBoard-addon/compare/v1.0.8...v1.0.9) (2021-04-07) diff --git a/addon/config.json b/addon/config.json index a83db15..8ed1c38 100644 --- a/addon/config.json +++ b/addon/config.json @@ -1,6 +1,6 @@ { "name": "TileBoard", - "version": "1.0.9", + "version": "1.0.10", "slug": "tileboard", "description": "Simple yet highly-customizable dashboard", "url": "https://github.com/resoai/TileBoard", diff --git a/package.json b/package.json index 3d03fd7..a686f83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard-addon", - "version": "1.0.9", + "version": "1.0.10", "description": "Home Assistant Addon for TileBoard", "scripts": { "release": "standard-version"