Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Apr 14, 2021
1 parent 33d7965 commit c660c1e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 6 additions & 2 deletions addon/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -18,7 +18,11 @@
"amd64",
"i386"
],
"map": ["config", "share", "ssl"],
"map": [
"config",
"share",
"ssl"
],
"boot": "auto",
"ports": {
"80/tcp": null
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c660c1e

Please sign in to comment.