From c660c1ef7b41cf0b2e0c5fc5b843fbb9ad05762f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Wed, 14 Apr 2021 23:13:34 +0200 Subject: [PATCH] chore(release): 1.2.0 --- addon/CHANGELOG.md | 12 ++++++++++++ addon/config.json | 8 ++++++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index 68bc467..4bc58dc 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -1,4 +1,16 @@ +## [1.2.0](https://github.com/resoai/TileBoard-addon/compare/v1.1.0...v1.2.0) (2021-04-14) + + +### Features + +* add ingress support and SSL option ([#19](https://github.com/resoai/TileBoard-addon/issues/19)) ([e950fb3](https://github.com/resoai/TileBoard-addon/commit/e950fb3d28f6a199fa12d3872e900cbeb142c186)) + + +### Chore + +* **deps:** lock file maintenance ([#17](https://github.com/resoai/TileBoard-addon/issues/17)) ([67d0168](https://github.com/resoai/TileBoard-addon/commit/67d0168cb1cc34ed448ea534b5760bb7fb280834)) + ## [1.1.0](https://github.com/resoai/TileBoard-addon/compare/v1.0.11...v1.1.0) (2021-04-14) diff --git a/addon/config.json b/addon/config.json index ba047c3..3429076 100644 --- a/addon/config.json +++ b/addon/config.json @@ -1,6 +1,6 @@ { "name": "TileBoard", - "version": "1.1.0", + "version": "1.2.0", "slug": "tileboard", "description": "Simple yet highly-customizable dashboard", "url": "https://github.com/resoai/TileBoard", @@ -18,7 +18,11 @@ "amd64", "i386" ], - "map": ["config", "share", "ssl"], + "map": [ + "config", + "share", + "ssl" + ], "boot": "auto", "ports": { "80/tcp": null diff --git a/package.json b/package.json index 55d0f72..9c156ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileboard-addon", - "version": "1.1.0", + "version": "1.2.0", "description": "Home Assistant Addon for TileBoard", "scripts": { "release": "standard-version"