Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 11, 2021
1 parent a3b9f10 commit 9f1ecbc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion addon/config.json
Original file line number Diff line number Diff line change
@@ -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",
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.0.0",
"version": "1.0.1",
"description": "Home Assistant Addon for TileBoard",
"scripts": {
"release": "standard-version"
Expand Down

0 comments on commit 9f1ecbc

Please sign in to comment.